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:
parent
97f8daf096
commit
adfd624f6f
3 changed files with 10 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue