add week-of-year
This commit is contained in:
parent
1155c7e8d2
commit
c926370a29
|
@ -104,7 +104,6 @@ set $WS8 "8 pass"
|
|||
set $WS9 "9 misc"
|
||||
|
||||
assign [class="^Iceweasel$"] $WS1
|
||||
assign [class=".*emacs.*"] $WS2
|
||||
assign [class="^Eclipse$"] $WS5
|
||||
assign [class=".*\ -\ Oracle\ VM\ Virtualbox$"] $WS5
|
||||
assign [class="^Icedove$"] $WS4
|
||||
|
|
|
@ -29,19 +29,19 @@ order += "tztime local"
|
|||
#order += "tztime KG"
|
||||
|
||||
wireless wlan0 {
|
||||
format_up = "W: (%quality at %essid) %ip"
|
||||
format_down = "W: down"
|
||||
format_up = "W: %essid (%quality) %ip"
|
||||
format_down = "W: -"
|
||||
}
|
||||
|
||||
wireless wlp3s0 {
|
||||
format_up = "W: (%quality at %essid) %ip"
|
||||
format_down = "W: down"
|
||||
format_up = "W: %essid (%quality) %ip"
|
||||
format_down = "W: -"
|
||||
}
|
||||
|
||||
ethernet eth0 {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
format_up = "E: %ip (%speed)"
|
||||
format_down = "E: down"
|
||||
format_down = "E: -"
|
||||
}
|
||||
|
||||
battery 0 {
|
||||
|
@ -67,7 +67,7 @@ path_exists VPN {
|
|||
}
|
||||
|
||||
tztime local {
|
||||
format = "DE %Y-%m-%d %a %H:%M:%S"
|
||||
format = "DE %Y-%m-%d (%U) %a %H:%M:%S"
|
||||
}
|
||||
|
||||
tztime KG {
|
||||
|
|
Loading…
Reference in New Issue