diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-05-19 23:44:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-19 23:44:00 -0400 |
| commit | dcf0e1246c06406dcc50a7002c0925b6aa340533 (patch) | |
| tree | 5b3fbba16327c5a43ab55232047d2267bba6ec7b /config/waybar/Modules | |
| parent | 2be2599608b67390bb210a80584a31cb093ec13f (diff) | |
| parent | b6b6acad2a51c096ba707f976bf862c5dec5cb5e (diff) | |
Merge branch 'main' into main
Diffstat (limited to 'config/waybar/Modules')
| -rw-r--r-- | config/waybar/Modules | 4 |
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 +} |
