aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDonald Williams <129223418+dwilliam62@users.noreply.github.com>2025-05-19 23:26:12 -0400
committerGitHub <noreply@github.com>2025-05-19 23:26:12 -0400
commit0f08298b02d60d46c4e4f16d3878eb0b4840f65b (patch)
tree0f736dc629c7d3b83b247488c0a2e72ee46331ba /config
parent5f71518ca66702bd7a9d331a59792a35e524f100 (diff)
parentd901ffc34f9c071e558ddaf27df17d56b8a79e42 (diff)
Merge pull request #693 from Urkrathos/main
Fix Waybar calendar showing incorrect week numbers
Diffstat (limited to 'config')
-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