Update polybar stryle
This commit is contained in:
parent
e1397c8a45
commit
83a9d7e8fa
1 changed files with 3 additions and 3 deletions
|
|
@ -182,8 +182,8 @@ in
|
|||
label =
|
||||
let
|
||||
common = {
|
||||
padding = 0;
|
||||
separator = "&nsbp;&nsbp;";
|
||||
padding = 1;
|
||||
# separator = " ";
|
||||
text = "%name%";
|
||||
};
|
||||
in
|
||||
|
|
@ -195,7 +195,7 @@ in
|
|||
};
|
||||
empty = recursiveUpdate (recursiveUpdate colors.normal common) {
|
||||
text = "·";
|
||||
padding = 0;
|
||||
padding = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue