some polybar changes

fully transparent without blur
no more extra space between bar and windows
make unfocused workspaces more dim
This commit is contained in:
LavaDesu 2021-05-31 13:05:27 +07:00
parent 97f8daf096
commit adfd624f6f
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 10 additions and 4 deletions

View file

@ -5,7 +5,11 @@
blur = true;
blurExclude = [
"class_g != 'Alacritty' && class_g != 'Polybar' && class_g != 'URxvt'"
(builtins.concatStringsSep " && " [
"class_g != 'Alacritty'"
#"class_g != 'Polybar'"
"class_g != 'URxvt'"
])
];
fade = true;
fadeDelta = 5;