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
|
|
@ -6,6 +6,7 @@
|
|||
window_gap = 10;
|
||||
border_width = 0;
|
||||
split_ratio = 0.5;
|
||||
top_padding = 25;
|
||||
};
|
||||
extraConfig = ''
|
||||
feh --no-fehbg --bg-fill ${config.xdg.configHome}/xorg/wallpaper.png
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
width = "100%";
|
||||
height = 35;
|
||||
#background = "#64506c";
|
||||
background = "#10000000";
|
||||
background = "#00000000";
|
||||
foreground = "#fff";
|
||||
|
||||
spacing = 2;
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
right = 5;
|
||||
bottom = 5;
|
||||
};
|
||||
override-redirect = true;
|
||||
|
||||
font = [
|
||||
"NotoSans:style=Regular:size=11:antialias=true;2"
|
||||
|
|
@ -54,11 +55,11 @@
|
|||
focused = "%{T3}"; # ef4a
|
||||
occupied = {
|
||||
text = "%{T3}"; # e837
|
||||
foreground = "#B0FFFFFF";
|
||||
foreground = "#80FFFFFF";
|
||||
};
|
||||
empty = {
|
||||
text = "%{T3}"; # ef4a
|
||||
foreground = "#B0FFFFFF";
|
||||
foreground = "#80FFFFFF";
|
||||
};
|
||||
urgent = {
|
||||
text = "%{T3}"; # e837
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue