diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-10-02 12:57:47 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-10-02 12:57:47 +0200 |
| commit | 42c709e21c6e7e4a2276128eee9743a43a174998 (patch) | |
| tree | 74dc2c05964dd7272ae255094d77370456d26266 /.i3status.conf | |
| parent | 206192298984a30706243d5ec8ab767ca47fb5d5 (diff) | |
update
Diffstat (limited to '.i3status.conf')
| -rw-r--r-- | .i3status.conf | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/.i3status.conf b/.i3status.conf index ebd8243..e60903b 100644 --- a/.i3status.conf +++ b/.i3status.conf @@ -29,10 +29,12 @@ read_file hostname { path = "/etc/hostname" } +# ☠ wireless _first_ { -# format_up = "W: %essid %quality %ip" - format_up = "W: %essid %quality" - format_down = "W: down" + #format_up = "🌐 %essid %quality" + #format_up = "📶 %essid %quality" + format_up = "📡 %essid %quality" + format_down = "📡 down" } ethernet _first_ { @@ -40,10 +42,15 @@ ethernet _first_ { format_down = "E: down" } +# battery all { last_full_capacity = true integer_battery_capacity = true format = "%status %percentage %remaining" + status_chr = "⚡🔋" + status_bat = "🔋" + status_unk = "? UNK" + status_full = "⚡🔋" threshold_type = "percentage" low_threshold = 10 } @@ -60,7 +67,9 @@ battery all { #} disk "/" { - format = "/ %avail" + #format = "📀 %avail" + #format = "💽 %avail" + format = "/ %avail av." } disk "/boot" { @@ -68,7 +77,7 @@ disk "/boot" { } cpu_usage { - format = "CPU: %usage" + format = "CPU %usage" } load { @@ -76,17 +85,18 @@ load { } memory { - format = "RAM: %available" + format = "Mem %available av." threshold_degraded = "1G" format_degraded = "MEMORY < %available" } cpu_temperature 0 { - format = "T: %degrees °C" + format = "🌡%degrees °C" path = "/sys/class/hwmon/hwmon0/temp1_input" } tztime local { #format = "%Y-%m-%d %H:%M:%S" format = "%a %d %b %H:%M:%S" + #format = "📅 %a %d %b ⌚ %H:%M:%S" } |
