some safety checks

This commit is contained in:
Piotr Miller
2021-02-22 16:03:50 +01:00
parent 5c90aecd2d
commit 8c523e2f9f
2 changed files with 28 additions and 31 deletions

View File

@@ -25,17 +25,3 @@ dependencies = {
}
icons_path = "" # "icons_light", "icons_dark" or "" (GTK icons)
commands = {
"get_bt_name": "bluetoothctl show | awk '/Name/{print $2}'",
"get_bt_status": "bluetoothctl show | awk '/Powered/{print $2}'",
"get_brightness": "light -G",
"get_host": "uname -n",
"get_ssid": "iwgetid -r",
"get_user": "echo $USER",
"get_volume_alt": "amixer sget Master",
"set_brightness": "light -S",
"set_volume_alt": "amixer sset Master",
"systemctl": "systemctl",
"playerctl": "playerctl"
}