diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-02-25 21:22:13 +0100 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-02-25 21:22:13 +0100 |
commit | 32cff6de87dbc18a10c73f5514ae61181c120756 (patch) | |
tree | d9b628508ddb5d01e0672e066730c15cef0abfb4 /i3status.conf | |
parent | fff163af03023980f051802503caa3e0f3f55ada (diff) | |
download | dotfiles-32cff6de87dbc18a10c73f5514ae61181c120756.tar.gz dotfiles-32cff6de87dbc18a10c73f5514ae61181c120756.zip |
added unicode symbols (font awesome + iconic)
Diffstat (limited to 'i3status.conf')
-rw-r--r-- | i3status.conf | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/i3status.conf b/i3status.conf index cd32b2f..287e71d 100644 --- a/i3status.conf +++ b/i3status.conf @@ -18,40 +18,49 @@ order += "volume master" order += "tztime local" __DEF__WIFI_START__ +# wifi: f1eb wireless __NIF_WIFI__ { - format_up = "W: (%quality at %essid, %bitrate) %ip" - format_down = "W: down" + format_up = ": (%quality at %essid, %bitrate) %ip" + #format_down = ": down" } __DEF__WIFI_END__ __DEF__ETH_START__ +# sitemap: f0e8 +# ion-arrow-swap: f268 ethernet __NIF_ETH__ { - format_up = "E: %ip (%speed)" - format_down = "E: down" + format_up = ": %ip (%speed)" + format_down = ":down" } __DEF__ETH_END__ +# plug: f1e6 battery 0 { # show battery capacity in relation to last full capacity instead of the design capacity last_full_capacity = true integer_battery_capacity = true low_threshold = 30 threshold_type = "percentage" - format = "%status %percentage %remaining %consumption" + format = ": %status %percentage %remaining %consumption" path = "/sys/class/power_supply/BAT%d/uevent" } tztime local { - format = "%Y-%m-%d %H:%M:%S" + format = ": %Y-%m-%d : %H:%M:%S" } +# chart: f1fe load { - format = "%1min" + format = ": %1min" } +# headphone: f025 +# X: f00d +# volume-off f3b9 +# volume-up f3ba volume master { - format = "♪: %volume" - format_muted = "♪: muted (%volume)" + format = ": %volume" + format_muted = ": muted (%volume)" device = "default" mixer = "Master" mixer_idx = 0 |