Skip to content

Commit

Permalink
Update i3status for X1
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Sep 10, 2017
1 parent e4caca3 commit 432dc3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .i3status.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ general {
interval = 2
}

order += "ethernet eth0"
order += "wireless wlan0"
order += "ethernet enp0s31f6"
order += "wireless wlp4s0"
order += "battery 0"
order += "volume master"
order += "load"
order += "time"

ethernet eth0 {
ethernet enp0s31f6 {
format_up = "E: %ip"
format_down = "E: down"
}

wireless wlan0 {
wireless wlp4s0 {
format_up = "W: (%quality at %essid) %ip"
format_down = "W: down"
}
Expand Down

0 comments on commit 432dc3c

Please sign in to comment.