waybar: re-enable tooltip for clock

This commit is contained in:
Aly Raffauf 2024-04-26 08:12:49 -04:00
parent ce125f046c
commit e002c8e332

View file

@ -70,7 +70,7 @@
"num-tags" = 4; "num-tags" = 4;
}; };
"clock" = { "clock" = {
# "tooltip-format" = "{:%Y-%m-%d | %H:%M}"; "tooltip-format" = "{:%Y-%m-%d | %H:%M}";
"interval" = 60; "interval" = 60;
"format" = "{:%I:%M%p}"; "format" = "{:%I:%M%p}";
}; };