- Updated icons
This commit is contained in:
parent
9932252ae6
commit
1e9a06a0ca
1 changed files with 15 additions and 36 deletions
|
@ -18,14 +18,8 @@ order += "disk /home"
|
||||||
order += "wireless _first_"
|
order += "wireless _first_"
|
||||||
order += "ethernet eth0"
|
order += "ethernet eth0"
|
||||||
order += "path_exists VPN"
|
order += "path_exists VPN"
|
||||||
#order += "battery 0"
|
|
||||||
order += "battery_level"
|
order += "battery_level"
|
||||||
##order += "cpu_temperature 0"
|
|
||||||
##order += "cpu_temperature 1"
|
|
||||||
##order += "load"
|
|
||||||
##order += "cpu_usage"
|
|
||||||
order += "sysdata"
|
order += "sysdata"
|
||||||
#order += "spotify"
|
|
||||||
order += "volume master"
|
order += "volume master"
|
||||||
order += "uptime"
|
order += "uptime"
|
||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
|
@ -39,7 +33,8 @@ spotify {
|
||||||
|
|
||||||
battery_level {
|
battery_level {
|
||||||
battery_id = all
|
battery_id = all
|
||||||
# format = "{icon} {percent}% ({time_remaining})"
|
charging_character=""
|
||||||
|
blocks=""
|
||||||
format = "{icon} {percent}%"
|
format = "{icon} {percent}%"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,15 +43,13 @@ sysdata {
|
||||||
}
|
}
|
||||||
|
|
||||||
wireless _first_ {
|
wireless _first_ {
|
||||||
# format_up = "W: %ip (%quality at %essid, %bitrate)"
|
format_up = " %ip (%essid)"
|
||||||
format_up = "📶 %ip (%essid)"
|
format_down = " down"
|
||||||
format_down = "📶 down"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet eth0 {
|
ethernet eth0 {
|
||||||
# if you use %speed, i3status requires the cap_net_admin capability
|
format_up = " %ip (%speed)"
|
||||||
format_up = "💻 %ip (%speed)"
|
format_down = " down"
|
||||||
format_down = "💻 down"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
run_watch DHCP {
|
run_watch DHCP {
|
||||||
|
@ -64,7 +57,6 @@ run_watch DHCP {
|
||||||
}
|
}
|
||||||
|
|
||||||
path_exists VPN {
|
path_exists VPN {
|
||||||
# path exists when a VPN tunnel launched by nmcli/nm-applet is active
|
|
||||||
path = "/proc/sys/net/ipv4/conf/tun0"
|
path = "/proc/sys/net/ipv4/conf/tun0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,22 +73,9 @@ disk "/home" {
|
||||||
}
|
}
|
||||||
|
|
||||||
volume master {
|
volume master {
|
||||||
format = "🔊 %volume"
|
format = " %volume"
|
||||||
format_muted = "🔇 %volume"
|
format_muted = " %volume"
|
||||||
device = "default"
|
device = "default"
|
||||||
mixer = "Master"
|
mixer = "Master"
|
||||||
mixer_idx = 0
|
mixer_idx = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
battery 0 {
|
|
||||||
format = "%status %percentage %remaining"
|
|
||||||
format_down = "No battery"
|
|
||||||
status_chr = "⚡ CHR:"
|
|
||||||
status_bat = "🔋 BAT:"
|
|
||||||
status_unk = "? UNK:"
|
|
||||||
status_full = "☻ FULL:"
|
|
||||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
|
||||||
low_threshold = 10
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue