Files
dotfiles/i3wm/i3status.conf
2017-03-12 20:50:58 +01:00

81 lines
1.9 KiB
Plaintext

########################################
# _ ____ _ _ #
# (_)___ \ | | | | #
# _ __) |___| |_ __ _| |_ _ _ ___ #
# | ||__ </ __| __/ _` | __| | | / __| #
# | |___) \__ \ || (_| | |_| |_| \__ \ #
# |_|____/|___/\__\__,_|\__|\__,_|___/ #
# #
########################################
#
# 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 = 1
}
order += "ipv6"
order += "battery 0"
order += "disk /home"
order += "disk /"
order += "wireless wlp1s0"
order += "ethernet enp0s31f6"
order += "cpu_temperature 0"
order += "volume master"
order += "tztime local"
wireless wlp1s0 {
format_up = "📡 (%quality @ %essid, %bitrate) %ip"
format_down = "📡 down"
}
ethernet enp0s31f6 {
format_up = "🔌 %ip (%speed)"
format_down = "🔌 down"
}
battery 0 {
format = "%status %percentage (%remaining @ %consumption)"
format_down = "No battery"
last_full_capacity = false # true: relative capaciy, false: true capacity left
status_chr = "⚇ CHR"
status_bat = "⚡ BAT"
status_full = "☻ FULL"
path = "/sys/class/power_supply/BAT%d/uevent"
threshold_type = time
low_threshold = 10
}
tztime local {
format = " 📅 %d-%m-%Y 🕑 %H:%M:%S"
}
cpu_temperature 0 {
format = "🌡 %degrees °C"
max_threshold = 70
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input"
}
disk "/home" {
format = "/home %free"
prefix_type = "binary"
}
disk "/" {
format = "root %free"
prefix_type = "binary"
}
volume master {
format = "♪ %volume"
format_muted = "♪ muted"
device = "default"
mixer = "Master"
}