Update polybar stryle

This commit is contained in:
Filippo Berto 2022-11-04 07:34:19 +01:00
parent e1397c8a45
commit 83a9d7e8fa
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

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