mirror of
https://github.com/bvanroll/dotfiles-2022.git
synced 2025-08-29 12:02:47 +00:00
lesgo
This commit is contained in:
83
.config/i3status/config
Normal file
83
.config/i3status/config
Normal file
@@ -0,0 +1,83 @@
|
||||
# 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
|
||||
color_good = "#FFFFFF"
|
||||
color_bad = "#EB4034"
|
||||
color_degraded = "#000000"
|
||||
}
|
||||
|
||||
# order += "ipv6"
|
||||
order += "disk /"
|
||||
order += "disk /home/beppe/data"
|
||||
order += "disk /home/beppe/media"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "battery all"
|
||||
# order += "load"
|
||||
order += "cpu_usage"
|
||||
order += "memory"
|
||||
order += "volume master"
|
||||
order += "tztime local"
|
||||
|
||||
cpu_usage {
|
||||
format = " cpu %usage "
|
||||
}
|
||||
volume master {
|
||||
format = "♪: %volume"
|
||||
format_muted = "♪: muted (%volume)"
|
||||
device = "pulse"
|
||||
}
|
||||
|
||||
load {
|
||||
format = " load %1min "
|
||||
# max_threshold = 0.3
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
# format = " hdd %avail "
|
||||
format = " ⛁ %avail "
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
format_up = " lan: %ip %speed "
|
||||
format_down = " no lan "
|
||||
}
|
||||
|
||||
battery all {
|
||||
# format = "%status %percentage %remaining %emptytime"
|
||||
format = " %status %percentage"
|
||||
format_down = "No battery"
|
||||
last_full_capacity = true
|
||||
integer_battery_capacity = true
|
||||
# status_chr = ""
|
||||
status_chr = "⚡"
|
||||
# status_bat = "bat"
|
||||
# status_bat = "☉"
|
||||
status_bat = ""
|
||||
# status_unk = "?"
|
||||
status_unk = ""
|
||||
# status_full = ""
|
||||
status_full = "☻"
|
||||
low_threshold = 15
|
||||
threshold_type = time
|
||||
}
|
||||
|
||||
memory {
|
||||
format = "%used | %available"
|
||||
threshold_degraded = "1G"
|
||||
format_degraded = "MEMORY < %available"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
# format = "%Y-%m-%d %H:%M:%S"
|
||||
format = " %d.%m. %H:%M "
|
||||
}
|
Reference in New Issue
Block a user