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:
LavaDesu 2021-05-31 13:05:27 +07:00
parent 97f8daf096
commit adfd624f6f
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 10 additions and 4 deletions

View file

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