update
This commit is contained in:
parent
1668e031bf
commit
7de13f4ccc
3 changed files with 35 additions and 32 deletions
57
.i3/i3status
57
.i3/i3status
|
@ -1,57 +0,0 @@
|
|||
general {
|
||||
colors = true
|
||||
interval = 1
|
||||
}
|
||||
|
||||
order += "ipv6"
|
||||
order += "ethernet eth0"
|
||||
order += "wireless wlan1"
|
||||
#order += "battery 0"
|
||||
order += "cpu_usage"
|
||||
order += "load"
|
||||
#order += "cpu_temperature 0"
|
||||
order += "volume master"
|
||||
order += "tztime home"
|
||||
order += "tztime utc"
|
||||
|
||||
ethernet eth0 {
|
||||
format_up = "E: %ip (%speed)"
|
||||
format_down = "E: down"
|
||||
}
|
||||
|
||||
battery 0 {
|
||||
last_full_capacity = true
|
||||
format = "%status %percentage %remaining %consumption" ## %emptytime"
|
||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||
low_threshold = 20
|
||||
}
|
||||
|
||||
tztime home {
|
||||
format = "%Y-%m-%d (%Z) %H:%M:%S"
|
||||
timezone = "Europe/Vienna"
|
||||
}
|
||||
|
||||
tztime utc {
|
||||
format = "(%Z) %H:%M:%S"
|
||||
timezone = "Etc/UTC"
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = "%degrees °C"
|
||||
path = "/sys/class/thermal/thermal_zone0/temp"
|
||||
}
|
||||
|
||||
cpu_usage {
|
||||
format = "C: %usage"
|
||||
}
|
||||
|
||||
load {
|
||||
format = "%1min %5min %15min"
|
||||
}
|
||||
|
||||
volume master {
|
||||
format = "♪: %volume"
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 0
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue