polybar: fix month bug, extend song label length
This commit is contained in:
@@ -72,7 +72,7 @@ in {
|
|||||||
label = "%date% | %time%";
|
label = "%date% | %time%";
|
||||||
label-padding = 1;
|
label-padding = 1;
|
||||||
|
|
||||||
date = "W%W | %Y.%M.%d | %A";
|
date = "W%W | %Y.%m.%d | %A";
|
||||||
time = "%R";
|
time = "%R";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -247,7 +247,7 @@ in {
|
|||||||
|
|
||||||
label-song = "%title%";
|
label-song = "%title%";
|
||||||
label.song = {
|
label.song = {
|
||||||
maxlen = 15;
|
maxlen = 30;
|
||||||
ellipsis = true;
|
ellipsis = true;
|
||||||
padding = 1;
|
padding = 1;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user