aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-07-01 20:02:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-07-01 20:02:26 -0300
commit94c7af6f6175b2511b19bd0058f929c99c21015c (patch)
tree0c9eea23595847c9bfb3ae63289ab2d6dcd5c4fe
parent9a775374e5ae78d2bc0562b00a173ffa63a7cd8c (diff)
downloadprofile-94c7af6f6175b2511b19bd0058f929c99c21015c.tar.gz
profile-94c7af6f6175b2511b19bd0058f929c99c21015c.tar.bz2
Feat: powerline: wm: adds week number segment
-rw-r--r--config.dot/powerline.link/themes/wm/default.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.dot/powerline.link/themes/wm/default.json b/config.dot/powerline.link/themes/wm/default.json
index 03ed535..bd37635 100644
--- a/config.dot/powerline.link/themes/wm/default.json
+++ b/config.dot/powerline.link/themes/wm/default.json
@@ -5,6 +5,12 @@
"function": "powerline.segments.common.bat.battery"
},
{
+ "function": "powerline.segments.common.time.date",
+ "args": {
+ "format": "W%W"
+ }
+ },
+ {
"function": "powerline.segments.common.time.date"
},
{