diff --git a/.i3/config b/.i3/config index 977bfb1..6a0a9ca 100755 --- a/.i3/config +++ b/.i3/config @@ -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 diff --git a/.i3/status.conf b/.i3/status.conf index c126f57..a3e7b08 100755 --- a/.i3/status.conf +++ b/.i3/status.conf @@ -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 {