Created
February 12, 2022 14:09
-
-
Save ivankovnatsky/79606570a8aeea0473b534d7614a75ab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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