X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=bullseye%2Fhome_files%2Fx220%2F.config%2Fi3status%2Fconfig;fp=bullseye%2Fhome_files%2Fx220%2F.config%2Fi3status%2Fconfig;h=a81a1175153cfd08a5b3f16a575b7fc5f147e0d4;hb=1cf98e5cd217fc772ad940af1f1625bc67d696e8;hp=0000000000000000000000000000000000000000;hpb=c7d35acffa67607fbd4b05f0534f8f84badef953;p=config diff --git a/bullseye/home_files/x220/.config/i3status/config b/bullseye/home_files/x220/.config/i3status/config new file mode 100644 index 0000000..a81a117 --- /dev/null +++ b/bullseye/home_files/x220/.config/i3status/config @@ -0,0 +1,79 @@ +# plomlompom's i3 status bar configuration + +# It is important that this file is edited as UTF-8. +# The following line should contain a sharp s: +# ß + +# Activate colors; set update interval of one second. +general { + colors = true + interval = 1 +} + +# Selection / order of status elements. +order += "disk /" +order += "wireless _first_" +order += "ethernet _first_" +order += "battery all" +order += "cpu_usage" +order += "load" +order += "cpu_temperature all" +order += "time" +order += "volume master" + +# How much space is left in / ? +disk "/" { + format = "/: %avail available of %total" + separator_block_width = 25 +} + +# WLAN status: show IP and connection quality or "down". +wireless _first_ { + format_up = "w: (%quality at %essid) %ip" + format_down = "w: down" + separator_block_width = 10 +} + +# Ethernet status: show IP or "down". +ethernet _first_ { + format_up = "e: %ip" + format_down = "e: down" + separator_block_width = 25 +} + +# Battery status: show FULL/CHARGING/BATTERY, storage, time left. +battery all { + format = "b: %status %percentage %remaining" + separator_block_width = 25 +} + +# Show CPU usage. +cpu_usage { + format = "cpu: %usage" + separator_block_width = 10 +} + +# Show system load during last 1/5/15 minutes. +load { + format = "%1min %5min %15min" + separator_block_width = 25 +} + +# Show CPU temperature in degrees of celsius. +cpu_temperature all { + format = "%degrees °C" + separator_block_width = 25 +} + +# Show date/time/timezone as "year-month-day hour:minute:second +# timezone_numeric/timezone_alphabetic". +time { + format = "%Y-%m-%d %H:%M:%S %z/%Z" + separator_block_width = 25 +} + +volume master { + format = "♪: %volume" + format_muted = "♪: muted (%volume)" + separator_block_width = 25 +}