summaryrefslogtreecommitdiff
path: root/i3status.conf
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2018-03-05 21:40:56 +0100
committerjohannst <stoelp@eit.uni-kl.de>2018-03-05 21:40:56 +0100
commit3e93fe70bb4277868624cee1af5b771a1f279538 (patch)
treeb89e3f5ce9ce1f9dd3f235242d5dda8f446e66f1 /i3status.conf
parent94895130d192859f0778db320b9834c5d35c6d46 (diff)
downloaddotfiles-3e93fe70bb4277868624cee1af5b771a1f279538.tar.gz
dotfiles-3e93fe70bb4277868624cee1af5b771a1f279538.zip
cleaned up i3wm config and i3status
Diffstat (limited to 'i3status.conf')
-rw-r--r--i3status.conf26
1 files changed, 13 insertions, 13 deletions
diff --git a/i3status.conf b/i3status.conf
index 287e71d..38589f9 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -18,7 +18,7 @@ order += "volume master"
order += "tztime local"
__DEF__WIFI_START__
-# wifi: f1eb
+# wifi : f1eb
wireless __NIF_WIFI__ {
format_up = ": (%quality at %essid, %bitrate) %ip"
#format_down = ": down"
@@ -26,15 +26,15 @@ wireless __NIF_WIFI__ {
__DEF__WIFI_END__
__DEF__ETH_START__
-# sitemap: f0e8
-# ion-arrow-swap: f268
+# globe : f0ac
+# arrows : f0ec
ethernet __NIF_ETH__ {
- format_up = ": %ip (%speed)"
- format_down = ":down"
+ format_up = ": %ip (%speed)"
+ format_down = ":down"
}
__DEF__ETH_END__
-# plug: f1e6
+# plug : f1e6
battery 0 {
# show battery capacity in relation to last full capacity instead of the design capacity
last_full_capacity = true
@@ -45,22 +45,22 @@ battery 0 {
path = "/sys/class/power_supply/BAT%d/uevent"
}
+# calendar : f073
+# clock : f017
tztime local {
format = ": %Y-%m-%d : %H:%M:%S"
}
-# chart: f1fe
+# chart : f1fe
load {
format = ": %1min"
}
-# headphone: f025
-# X: f00d
-# volume-off f3b9
-# volume-up f3ba
+# headphone : f025
+# X : f00d
volume master {
- format = ": %volume"
- format_muted = ": muted (%volume)"
+ format = ": %volume"
+ format_muted = ": muted (%volume)"
device = "default"
mixer = "Master"
mixer_idx = 0