Files
dotfiles/.i3status.conf
2023-10-11 21:51:24 +02:00

53 lines
1.0 KiB
Plaintext
Executable File

# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true
interval = 5
}
order += "wireless _first_"
order += "battery all"
order += "volume master"
order += "disk /"
order += "load"
order += "cpu_temperature 0"
order += "tztime local"
volume master {
format = "Volume: %volume"
format_muted = "Muted"
device = "pulse:alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
}
cpu_temperature 0 {
format = "Tea: %degrees °C"
}
wireless _first_ {
# format_up = "W: (%quality at %essid) %ip"
format_up = "W: up"
format_down = "W: down"
}
battery all {
format = "Focus: %percentage"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
load {
format = "Hot Loads: %1min"
}
disk "/" {
format = "Porn folder: %avail"
}