i3 my balls
This commit is contained in:
61
i3/.config/i3status/config
Normal file
61
i3/.config/i3status/config
Normal file
@@ -0,0 +1,61 @@
|
||||
# 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 += "ipv6"
|
||||
order += "cpu_temperature 0"
|
||||
order += "disk /"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
# order += "battery all"
|
||||
order += "load"
|
||||
order += "tztime local"
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = "Tea: %degrees °C"
|
||||
path = "/sys/class/hwmon/hwmon1/temp1_input"
|
||||
max_threshold = 80000
|
||||
}
|
||||
|
||||
wireless _first_ {
|
||||
# format_up = "W: (%quality at %essid) %ip"
|
||||
format_up = "W: (%quality) Leaked IP: %ip"
|
||||
format_down = "W: down"
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
# format_up = "E: %ip (%speed)"
|
||||
format_up = "E: Leaked IP: %ip (%speed)"
|
||||
format_down = "E: down"
|
||||
}
|
||||
|
||||
battery all {
|
||||
format = "Fairy Dust: %percentage %status %remaining"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%d %H:%M:%S"
|
||||
}
|
||||
|
||||
load {
|
||||
format = "Hot Loads: %1min"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "Penger Folder: %avail"
|
||||
}
|
||||
|
||||
ipv6 {
|
||||
format_up = "Useless Protocol: %ipv6"
|
||||
format_down = "Useless Protocol: Down"
|
||||
}
|
||||
Reference in New Issue
Block a user