Bug fixes, custom config

This commit is contained in:
piotr
2021-01-28 03:37:49 +01:00
parent b3701fc60e
commit 7f7ae1132b
7 changed files with 131 additions and 183 deletions

View File

@@ -19,7 +19,7 @@ dependencies = {
"netifaces": False,
}
icons_path = "icons_light" # "icons_light", "icons_dark" or "" (GTK icons)
icons_path = "" # "icons_light", "icons_dark" or "" (GTK icons)
commands = {
"get_battery": "upower -i $(upower -e | grep BAT) | grep --color=never -E 'state|to\\\\ full|to\\\\ empty|percentage'",