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" = {
|
"clock#calendar" = {
|
||||||
# format = "{: %Y-%m-%d}";
|
# format = "{: %Y-%m-%d}";
|
||||||
format = "{:%Y-%m-%d}"; # TEMP, see https://github.com/Alexays/Waybar/issues/3021
|
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 = {
|
calendar = {
|
||||||
mode = "month";
|
mode = "month";
|
||||||
mode-mon-col = 3;
|
mode-mon-col = 3;
|
||||||
weeks-pos = "left";
|
weeks-pos = "left";
|
||||||
on-scroll = 1;
|
on-scroll = 1;
|
||||||
on-click-right = "mode";
|
|
||||||
format = let
|
format = let
|
||||||
sc = config.scheme.withHashtag;
|
sc = config.scheme.withHashtag;
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue