adjust opacity and update mesa

This commit is contained in:
Kopatz
2025-04-04 10:56:44 +02:00
parent 0ca8bf32c2
commit c81286bcf3
3 changed files with 17 additions and 7 deletions

View File

@@ -302,8 +302,8 @@ in
##"immediate, class:^(Risk.*)$"
"stayfocused,class:(steam_app_107410)"
"immediate, class:^tetrio-desktop$"
"opacity 0.85, class:thunar"
"opacity 0.85, class:discord, fullscreen:0"
"opacity 0.9, class:thunar"
"opacity 0.9, class:discord, fullscreen:0"
"opacity 0.1, title:cava"
];

View File

@@ -12,7 +12,7 @@
#inactive_tab_foreground = "#${config.colorScheme.colors.base05}";
#inactive_tab_background = "#${config.colorScheme.colors.base00}";
env = "TERM=xterm-256color";
background_opacity = lib.mkForce "0.85";
background_opacity = lib.mkForce "0.9";
font_size = 13;
# ...
};