diff options
Diffstat (limited to 'i3status.conf')
-rw-r--r-- | i3status.conf | 26 |
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 |