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 =
|
label =
|
||||||
let
|
let
|
||||||
common = {
|
common = {
|
||||||
padding = 0;
|
padding = 1;
|
||||||
separator = "&nsbp;&nsbp;";
|
# separator = " ";
|
||||||
text = "%name%";
|
text = "%name%";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
@ -195,7 +195,7 @@ in
|
||||||
};
|
};
|
||||||
empty = recursiveUpdate (recursiveUpdate colors.normal common) {
|
empty = recursiveUpdate (recursiveUpdate colors.normal common) {
|
||||||
text = "·";
|
text = "·";
|
||||||
padding = 0;
|
padding = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue