fix(home/waybar): Limit width of window module
This commit is contained in:
parent
8c7620cc67
commit
a9a6c5c51e
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ in {
|
||||||
rewrite = {
|
rewrite = {
|
||||||
"" = " 🙈 No Windows? ";
|
"" = " 🙈 No Windows? ";
|
||||||
};
|
};
|
||||||
|
max-length = 22;
|
||||||
};
|
};
|
||||||
|
|
||||||
"pulseaudio" = {
|
"pulseaudio" = {
|
||||||
|
|
Loading…
Reference in a new issue