fix(desktop): highlight the current day in the Waybar calendar
This commit is contained in:
@@ -77,6 +77,11 @@ in
|
|||||||
clock = {
|
clock = {
|
||||||
format = "{:%a %d %b %H:%M}";
|
format = "{:%a %d %b %H:%M}";
|
||||||
tooltip-format = "<tt>{calendar}</tt>";
|
tooltip-format = "<tt>{calendar}</tt>";
|
||||||
|
calendar = {
|
||||||
|
mode = "month";
|
||||||
|
# Underline the current day so it stands out in the grid.
|
||||||
|
format.today = "<b><u>{}</u></b>";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
mpris = {
|
mpris = {
|
||||||
|
|||||||
Reference in New Issue
Block a user