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