This commit is contained in:
2026-02-11 18:08:29 -06:00
parent 112ff5c88e
commit e9f3ab00a7
6 changed files with 69 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
//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'"
//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:
@@ -97,11 +97,11 @@ animations {
// enable transparency
window-rule {
match is-active=false
opacity 0.8 //inactive transparency
opacity 1.0 //inactive transparency
}
window-rule {
match is-active=true
opacity 0.95 //active transparency
opacity 1.0 //active transparency
}
window-rule {
draw-border-with-background false