ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

i3status: i'm on iwn

+3 -3
+3 -3
.i3status.conf
··· 4 4 interval = 3 5 5 } 6 6 7 - order += "wireless urtwn0" 7 + order += "wireless iwn0" 8 8 order += "battery 0" 9 9 order += "cpu_temperature cpu0" 10 - order += "volume master" 10 + #order += "volume master" 11 11 12 12 cpu_temperature cpu0 { 13 13 format = "%degrees" 14 14 } 15 15 16 - wireless urtwn0 { 16 + wireless iwn0 { 17 17 format_up = "up|%signal" 18 18 format_down = "down" 19 19 }