feat: Implement comprehensive theme management and fix Alacritty opacity

This commit is contained in:
2025-11-14 19:17:06 +01:00
parent 0349e3bbd6
commit 116642189e
7 changed files with 108 additions and 27 deletions

View File

@@ -173,6 +173,7 @@ windowrule = opacity 0.94 0.86, tag:im*
windowrule = opacity 0.94 0.86, tag:multimedia*
windowrule = opacity 0.9 0.8, tag:file-manager*
windowrule = opacity 0.8 0.7, tag:terminal*
windowrule = opacity 1.0 1.0, class:^(Alacritty)$
windowrule = opacity 0.8 0.7, tag:settings*
windowrule = opacity 0.82 0.75, tag:viewer*
windowrule = opacity 0.9 0.7, tag:wallpaper*
@@ -180,7 +181,8 @@ windowrule = opacity 0.8 0.7, class:^(gedit|org.gnome.TextEditor|mousepad)$
windowrule = opacity 0.9 0.8, class:^(deluge)$
windowrule = opacity 0.9 0.8, class:^(seahorse)$ # gnome-keyring gui
windowrule = opacity 0.95 0.75, title:^(Picture-in-Picture)$
windowrule = opacity 0.9,class:^(code)$
windowrule = opacity 1.0 1.0, class:^(firefox)$
windowrule = opacity 1.0 1.0,class:^(code)$
# SIZE
windowrule = size 65% 90%, tag:KooL_Cheat*
@@ -208,8 +210,7 @@ windowrule = fullscreen, tag:games*
windowrule = noinitialfocus, class:^(jetbrains-*)
windowrule = noinitialfocus, title:^(wind.*)$
#This will gonna make the VS Code bluer like other apps
windowrule = opacity 0.8,class:^(code)$
#windowrule = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1
#windowrule = bordercolor rgb(282737) rgb(1E1D2D), floating:1