Browse Source

Add ISO week number to i3status

Alois Mahdal 6 years ago
parent
commit
f72cbf92f8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/config/i3status/config

+ 1
- 1
dotfiles/config/i3status/config View File

49
 }
49
 }
50
 
50
 
51
 tztime local {
51
 tztime local {
52
-    format = "%Y-%m-%d %H:%M"
52
+    format = "(w%V) %Y-%m-%d %H:%M"
53
 }
53
 }
54
 
54
 
55
 disk "/home" {
55
 disk "/home" {