Controls module main widget ready

This commit is contained in:
piotr
2021-01-22 01:18:54 +01:00
parent e9172ff79a
commit a527a5ae3f
3 changed files with 179 additions and 21 deletions

View File

@@ -15,6 +15,8 @@ pyalsa = False
upower = False
acpi = False
icons_path = "icons_light" # "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'",
"get_battery_alt": "acpi",