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