This commit is contained in:
2026-02-09 09:17:08 -06:00
parent 9d18d477d5
commit 112ff5c88e
39 changed files with 1660 additions and 88 deletions

View File

@@ -1,3 +1,7 @@
//Ensure theme is set
spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "gtk-theme" "'Adwaita-dark'"
spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "color-scheme" "'Adwaita-dark'"
// Settings that influence how windows are positioned and sized.
// Find more information on the wiki:
// https://yalter.github.io/niri/Configuration:-Layout
@@ -56,7 +60,7 @@ layout {
// layer-shell panels and regular gaps.
struts {
// left 64
// right 64
// right 200
// top 64
// bottom 64
}
@@ -93,11 +97,11 @@ animations {
// enable transparency
window-rule {
match is-active=false
opacity 1.0 //inactive transparency
opacity 0.8 //inactive transparency
}
window-rule {
match is-active=true
opacity 1.0 //active transparency
opacity 0.95 //active transparency
}
window-rule {
draw-border-with-background false