diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-05-20 15:48:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-20 15:48:58 +0000 |
| commit | ddcc6d59e24e334d1d8cd812170a133e591f98bf (patch) | |
| tree | 5eadf581be0ac201cc7a433fc05a688d6a8e14ab /config/waybar | |
| parent | 2c59d4521a9a610a590876db94b176afeb5b26d8 (diff) | |
| parent | 359f04a969f4e4c729a6d5d44b26639073497857 (diff) | |
Merge pull request #702 from JaKooLit/merge-fix
main to development
Diffstat (limited to 'config/waybar')
| -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 +} |
