~switched to py3status for all my status bar needs

A lot more flexible, easy to use and nicer to look at.
This commit is contained in:
dx
2020-04-15 04:37:52 +01:00
parent 3ff2beb122
commit c7917c27b7

View File

@@ -6,43 +6,61 @@ general {
# Furthest to closest
order += "wireless wlp2s0"
order += "ethernet enp1s0"
order += "disk /home"
order += "frame extra"
order += "online_status"
order += "volume master"
order += "battery 0"
order += "battery_level 0"
order += "tztime local"
frame extra {
format = "{output} {button}"
open = False
mpd_status {
state_pause = ""
state_play = ""
state_stop = ""
format = "MPD: [{state}]{title}"
}
wireless wlp2s0 {
format_up = "Connected: %ip@%essid"
format_down = ""
}
ethernet enp1s0 {
format_up = "Connection: %ip"
format_down = ""
}
uptime {
format = "Uptime: {hours}hr {minutes}m"
}
diskdata {
format = "Memes: {free} GB"
}
}
online_status {
format = "{icon}"
}
volume master {
format = " %volume"
format_muted = " 0"
}
tztime local {
format = "%d/%m/%Y %H:%M"
}
wireless wlp2s0 {
format_up = "Connected: %ip@%essid"
format_down = ""
}
ethernet enp1s0 {
format_up = "Connection: %ip"
format_down = ""
}
disk /home {
format = "Pr0n drive: %free"
}
battery 0 {
format = "%status %percentage %remaining (%consumption)"
format_down = ""
status_chr = " Charging"
status_bat = " Battery"
status_unk = "? UNK"
status_full = " Full"
battery_level 0 {
format = "{icon}{percent}%"
path = "/sys/class/power_supply/BAT%d/uevent"
hide_seconds = true
threshold_type = percentage
low_threshold = 10
}
volume master {
format = " %volume"
}