aboutsummaryrefslogtreecommitdiff
path: root/i3/.i3status.conf
diff options
context:
space:
mode:
authorCamil Staps2017-09-06 21:07:24 +0200
committerCamil Staps2017-09-06 21:07:24 +0200
commit2af78fb94d0a69fa3cd4fcb9b6df529970aa0054 (patch)
tree00a62f1430302aa7fbdc9242b7b36481301fed49 /i3/.i3status.conf
parenti3 config: xautolock with -corners and Icedove->Thunderbird (diff)
Update i3status with new wireless name
Diffstat (limited to 'i3/.i3status.conf')
-rw-r--r--i3/.i3status.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/i3/.i3status.conf b/i3/.i3status.conf
index 8fe85e2..1163e40 100644
--- a/i3/.i3status.conf
+++ b/i3/.i3status.conf
@@ -6,7 +6,7 @@ general {
order += "cmd nowplaying"
order += "volume master"
-order += "wireless wlan0"
+order += "wireless wlp2s0"
order += "battery 0"
order += "cpu_usage"
order += "load"
@@ -24,7 +24,7 @@ cmd nowplaying {
cmd = "cmus-remote -Q | grep '^tag \\(artist\\|album\\|title\\) ' | sort | cut -d' ' -f 3- | tr '\\n' '\t' | awk 'BEGIN { FS = \"\\t\" } ; { print \"♪: \" $3 \" (\" $1 \", \" $2 \")\" }'; echo -n ' '"
}
-wireless wlan0 {
+wireless wlp2s0 {
format_up = "%essid: %quality, %bitrate (%ip)"
format_down = "wlan0 down"
}