1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 12:00:02 +02:00

waybar update

This commit is contained in:
Henrik Hautakoski 2025-07-05 11:15:55 +02:00
parent d5f7cd2a6e
commit eba0de3059
2 changed files with 3 additions and 2 deletions

View file

@ -27,7 +27,8 @@
}, },
"clock": { "clock": {
"interval": 1, "interval": 1,
"format": "{:%H:%M:%S %Y-%m-%d}", "format": "{:%H:%M:%S %d}",
// "format": "{:%H:%M:%S %Y-%m-%d}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>" "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
}, },
"cpu": { "cpu": {

View file

@ -1,7 +1,7 @@
@import "colors.css"; @import "colors.css";
* { * {
font-family: "Iosevka Nerd Font Propo"; font-family: "IosevkaCustom Nerd Font";
font-size: 22px; font-size: 22px;
min-height: 0; min-height: 0;
font-weight: normal; font-weight: normal;