diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-18 01:31:18 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-18 01:31:18 +0000 |
commit | 7b52eb5c70f2364a4641fdb4e13a60b34a376efa (patch) | |
tree | 5e2573638391af9f03018afd1ed0130771c4a178 /i3status.conf | |
parent | 6ae02a41172d3648c17713d88bd0b192d8351a26 (diff) | |
download | dotfiles-7b52eb5c70f2364a4641fdb4e13a60b34a376efa.tar.gz dotfiles-7b52eb5c70f2364a4641fdb4e13a60b34a376efa.tar.bz2 dotfiles-7b52eb5c70f2364a4641fdb4e13a60b34a376efa.zip |
+little comment in i3status for order
Diffstat (limited to 'i3status.conf')
-rw-r--r-- | i3status.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i3status.conf b/i3status.conf index 7e6b778..7adf0bf 100644 --- a/i3status.conf +++ b/i3status.conf @@ -4,6 +4,8 @@ general { interval = 1 } +# Furthest to closest + order += "wireless wlp2s0" order += "disk /home" order += "battery 0" |