[waybar] prettified clock area
This commit is contained in:
parent
989771bfc4
commit
33ed8ee31c
@ -79,8 +79,6 @@ tooltip {
|
||||
font-family: "Ubuntu Light 12";
|
||||
font-weight: normal;
|
||||
font-size: 18px;
|
||||
color: #fab387;
|
||||
border: 2px solid #4771c9;
|
||||
}
|
||||
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": "{: %R %d-%m}",
|
||||
"format": "{:%R %d-%m}",
|
||||
"timezones": ["Europe/Amsterdam", "Asia/Kolkata"],
|
||||
"actions": { "on-click": "tz_down" },
|
||||
"tooltip-format": "<tt><small>{calendar}</small></tt>"
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
# colors
|
||||
backgroundColor = "#05070c";
|
||||
textColor = "#fab387";
|
||||
textColor = "#cdd6f4";
|
||||
borderColor = "#3d66b9";
|
||||
borderSize = 2;
|
||||
borderRadius = 8;
|
||||
|
Reference in New Issue
Block a user