~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:
@@ -6,15 +6,22 @@ general {
|
|||||||
|
|
||||||
# Furthest to closest
|
# Furthest to closest
|
||||||
|
|
||||||
order += "wireless wlp2s0"
|
order += "frame extra"
|
||||||
order += "ethernet enp1s0"
|
order += "online_status"
|
||||||
order += "disk /home"
|
|
||||||
order += "volume master"
|
order += "volume master"
|
||||||
order += "battery 0"
|
order += "battery_level 0"
|
||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
|
|
||||||
tztime local {
|
|
||||||
format = "%d/%m/%Y %H:%M"
|
frame extra {
|
||||||
|
format = "{output} {button}"
|
||||||
|
open = False
|
||||||
|
|
||||||
|
mpd_status {
|
||||||
|
state_pause = ""
|
||||||
|
state_play = ""
|
||||||
|
state_stop = ""
|
||||||
|
format = "MPD: [{state}]{title}"
|
||||||
}
|
}
|
||||||
|
|
||||||
wireless wlp2s0 {
|
wireless wlp2s0 {
|
||||||
@@ -27,22 +34,33 @@ ethernet enp1s0 {
|
|||||||
format_down = ""
|
format_down = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
disk /home {
|
uptime {
|
||||||
format = "Pr0n drive: %free"
|
format = "Uptime: {hours}hr {minutes}m"
|
||||||
}
|
}
|
||||||
|
|
||||||
battery 0 {
|
diskdata {
|
||||||
format = "%status %percentage %remaining (%consumption)"
|
format = "Memes: {free} GB"
|
||||||
format_down = ""
|
}
|
||||||
status_chr = " Charging"
|
}
|
||||||
status_bat = " Battery"
|
|
||||||
status_unk = "? UNK"
|
online_status {
|
||||||
status_full = " Full"
|
format = "{icon}"
|
||||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
|
||||||
threshold_type = percentage
|
|
||||||
low_threshold = 10
|
|
||||||
}
|
}
|
||||||
|
|
||||||
volume master {
|
volume master {
|
||||||
format = " %volume"
|
format = " %volume"
|
||||||
|
format_muted = " 0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tztime local {
|
||||||
|
format = "%d/%m/%Y %H:%M"
|
||||||
|
}
|
||||||
|
|
||||||
|
battery_level 0 {
|
||||||
|
format = "{icon}{percent}%"
|
||||||
|
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||||
|
hide_seconds = true
|
||||||
|
threshold_type = percentage
|
||||||
|
low_threshold = 10
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user