[waybar] prettified clock area

This commit is contained in:
Simon Cornet 2024-03-31 20:07:41 +02:00
parent 989771bfc4
commit 33ed8ee31c
3 changed files with 2 additions and 4 deletions

View File

@ -79,8 +79,6 @@ tooltip {
font-family: "Ubuntu Light 12"; font-family: "Ubuntu Light 12";
font-weight: normal; font-weight: normal;
font-size: 18px; font-size: 18px;
color: #fab387;
border: 2px solid #4771c9;
} }

View File

@ -55,7 +55,7 @@
}, },
"clock": { "clock": {
"format": "{: %R  %d-%m}", "format": "{:%R  %d-%m}",
"timezones": ["Europe/Amsterdam", "Asia/Kolkata"], "timezones": ["Europe/Amsterdam", "Asia/Kolkata"],
"actions": { "on-click": "tz_down" }, "actions": { "on-click": "tz_down" },
"tooltip-format": "<tt><small>{calendar}</small></tt>" "tooltip-format": "<tt><small>{calendar}</small></tt>"

View File

@ -24,7 +24,7 @@
# colors # colors
backgroundColor = "#05070c"; backgroundColor = "#05070c";
textColor = "#fab387"; textColor = "#cdd6f4";
borderColor = "#3d66b9"; borderColor = "#3d66b9";
borderSize = 2; borderSize = 2;
borderRadius = 8; borderRadius = 8;