alex / py3status

~/.config/py3status/config Commits Diff Raw
order += "battery_level"
order += "wifi"
order += "volume_status"
order += "time"

general {
    color = '#FFFFFF'
    color_good = '#00FF00'
    color_bad = '#FF0000'
    color_degraded = '#FFFF00'
}

battery_level {
   format="{percent}% ({time_remaining}) {icon}"
   hide_seconds=True
}

time {
      format=" %a %b %-d %-I:%M %p"
}

volume_status {
     color_muted='#FFFFFF'
}

py3status {
    separator = True
    separator_block_width = 9
}