prettify polybar

This commit is contained in:
Moritz Böhme 2021-10-24 17:13:37 +02:00
parent c6d6efe84c
commit 65730a8fd2
2 changed files with 6 additions and 6 deletions

View file

@ -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;