Skip to content

Instantly share code, notes, and snippets.

@ivankovnatsky
Created February 12, 2022 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivankovnatsky/79606570a8aeea0473b534d7614a75ab to your computer and use it in GitHub Desktop.
Save ivankovnatsky/79606570a8aeea0473b534d7614a75ab to your computer and use it in GitHub Desktop.
order = ["cpu_load", "network", "battery", "audio", "time"]
separator = " · "
[audio]
control = "Master"
mute = "MUTE"
template = "{ICO} {VOL}%"
icons = ["奄", "奔", "墳"]
[battery]
charging = "▲"
discharging = "▼"
enable_notifier = true
no_battery = "NO BATT"
notifier_critical = 10
notifier_levels = [2, 5, 10, 15, 20]
icons = ["", "", "", "", "", "", "", "", "", "", ""]
[cpu_load]
template = "{CL1} {CL5} {CL15}"
update_interval = 20
[network]
no_value = "NA"
template = "{ESSID}"
[time]
format = "%Y-%m-%d %H:%M"
update_seconds = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment