Waybar: change font size for calendar module to be consistent
This commit is contained in:
parent
269e682651
commit
4c961b069f
|
@ -162,13 +162,12 @@
|
|||
"clock#calendar" = {
|
||||
# format = "{: %Y-%m-%d}";
|
||||
format = "{:%Y-%m-%d}"; # TEMP, see https://github.com/Alexays/Waybar/issues/3021
|
||||
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
||||
tooltip-format = "<tt>{calendar}</tt>";
|
||||
calendar = {
|
||||
mode = "month";
|
||||
mode-mon-col = 3;
|
||||
weeks-pos = "left";
|
||||
on-scroll = 1;
|
||||
on-click-right = "mode";
|
||||
format = let
|
||||
sc = config.scheme.withHashtag;
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue