1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

polybar: replace i3 bar with polybar

This commit is contained in:
2018-11-04 21:07:06 +00:00
parent 1a6c9dedc0
commit 51c91b4803
23 changed files with 465 additions and 1178 deletions

View File

@ -33,7 +33,7 @@ alpha-step = 0.02; # XRender backend: Step size for alpha pictures. Increasin
blur-method = "dual_kawase";
blur-strength = 5;
blur-background = true; # Blur background of transparent windows.
blur-background-exclude = [ "class_g = 'Peek'", "class_g = 'Onboard'", "class_g = 'slop'" ];
blur-background-exclude = [ "class_g = 'Peek'", "class_g = 'Onboard'", "class_g = 'slop'", "class_g = 'Polybar'" ];
blur-background-frame = true; # Blur background of opaque windows with transparent
# frames as well.
blur-background-fixed = false; # Do not let blur radius adjust based on window opacity.