prettify polybar
This commit is contained in:
parent
c6d6efe84c
commit
65730a8fd2
2 changed files with 6 additions and 6 deletions
|
|
@ -7,12 +7,12 @@ let
|
|||
inactiveOpacity = "0.90";
|
||||
opacityRule = [
|
||||
"100:fullscreen"
|
||||
"80 :class_g = 'Polybar'"
|
||||
"100:class_g = 'Polybar'"
|
||||
"85 :class_g = 'kitty' && !focused"
|
||||
"90 :class_g = 'kitty' && focused"
|
||||
];
|
||||
blur = true;
|
||||
# inactiveDim = "0.1";
|
||||
blurExclude = [ "class_g = 'Polybar'" ];
|
||||
experimentalBackends = true;
|
||||
extraOptions = ''
|
||||
corner-radius = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue