mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-24 00:02:19 +00:00
Updates for gopher
This commit is contained in:
@@ -6,19 +6,20 @@ general {
|
||||
order += "disk /"
|
||||
order += "disk /home"
|
||||
order += "path_exists VPN"
|
||||
order += "wireless wlp2s0"
|
||||
order += "ethernet eth0"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "battery 0"
|
||||
order += "battery 1"
|
||||
order += "cpu_temperature 0"
|
||||
order += "load"
|
||||
order += "tztime local"
|
||||
|
||||
wireless wlp2s0 {
|
||||
wireless _first_ {
|
||||
format_up = "%essid %ip %quality %bitrate"
|
||||
format_down = "Wireless down"
|
||||
}
|
||||
|
||||
ethernet eth0 {
|
||||
ethernet _first_ {
|
||||
# if you use %speed, i3status requires the cap_net_admin capability
|
||||
format_up = "E: %ip (%speed) "
|
||||
format_down = "E: down"
|
||||
@@ -26,7 +27,18 @@ ethernet eth0 {
|
||||
|
||||
battery 0 {
|
||||
format = "%status %percentage %remaining %emptytime"
|
||||
format_down = "No battery"
|
||||
format_down = ""
|
||||
status_chr = "⚡ CHR"
|
||||
status_bat = "🔋 BAT"
|
||||
status_unk = "? UNK"
|
||||
status_chr = "⚡ FULL"
|
||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||
low_threshold = 10
|
||||
}
|
||||
|
||||
battery 1 {
|
||||
format = "%status %percentage %remaining"
|
||||
format_down = ""
|
||||
status_chr = "⚡ CHR"
|
||||
status_bat = "🔋 BAT"
|
||||
status_unk = "? UNK"
|
||||
@@ -48,10 +60,10 @@ load {
|
||||
format = "%5min"
|
||||
}
|
||||
|
||||
# cpu_temperature 0 {
|
||||
# format = "T: %degrees °C"
|
||||
# path = "/sys/devices/platform/coretemp.0/temp1_input"
|
||||
# }
|
||||
#cpu_temperature 0 {
|
||||
# format = "T: %degrees °C"
|
||||
# path = "/sys/devices/platform/coretemp.0/temp1_input"
|
||||
#}
|
||||
|
||||
disk "/" {
|
||||
format = "%free / "
|
||||
|
Reference in New Issue
Block a user