Fix polybar dots style

This commit is contained in:
Filippo Berto 2021-08-08 12:46:26 +02:00
parent 572a496704
commit 4604255a4b
3 changed files with 4 additions and 1 deletions

View file

@ -168,7 +168,7 @@ in
focused = colors.selected // common;
occupied = colors.active // common;
urgent = colors.active // common // { background = colors.alert; };
empty = colors.normal // common // { text = ""; };
empty = colors.normal // common // { text = "󰧟"; padding = 0 ; };
};
};