aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUrkrathos <63711586+Urkrathos@users.noreply.github.com>2025-05-12 14:36:37 +0200
committerGitHub <noreply@github.com>2025-05-12 14:36:37 +0200
commitdabdc580beca83421a74ab0c93e18d93cd1bd204 (patch)
tree25ec8d56ef61cecf9eb5cf39ed4e94293826871f
parent65e06b22bf27d95a7cd4db6569528567046f006a (diff)
Fix waybar calendar showing first week of the year as W01 instead of W00
-rw-r--r--config/waybar/Modules4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/waybar/Modules b/config/waybar/Modules
index 32664326..de5c7c3b 100644
--- a/config/waybar/Modules
+++ b/config/waybar/Modules
@@ -109,7 +109,7 @@
"format": {
"months": "<span color='#ffead3'><b>{}</b></span>",
"days": "<span color='#ecc6d9'><b>{}</b></span>",
- "weeks": "<span color='#99ffdd'><b>W{}</b></span>",
+ "weeks": "<span color='#99ffdd'><b>W{:%V}</b></span>",
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
}
@@ -404,4 +404,4 @@
"kitty-dropterm"
],
},
-} \ No newline at end of file
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage