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;