From eba0de3059909e0de82abde79c2c43829aedfdb9 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 5 Jul 2025 11:15:55 +0200 Subject: [PATCH] waybar update --- waybar/config | 3 ++- waybar/style.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/waybar/config b/waybar/config index 326466d..aee2a23 100644 --- a/waybar/config +++ b/waybar/config @@ -27,7 +27,8 @@ }, "clock": { "interval": 1, - "format": "{:%H:%M:%S %Y-%m-%d}", + "format": "{:%H:%M:%S %d}", + // "format": "{:%H:%M:%S %Y-%m-%d}", "tooltip-format": "{:%Y %B}\n{calendar}" }, "cpu": { diff --git a/waybar/style.css b/waybar/style.css index 7318966..f0a8950 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,7 +1,7 @@ @import "colors.css"; * { - font-family: "Iosevka Nerd Font Propo"; + font-family: "IosevkaCustom Nerd Font"; font-size: 22px; min-height: 0; font-weight: normal;