Replace notify-send with xmessage for minimalist setups

This commit is contained in:
Chris Lee
2018-07-29 22:25:42 +00:00
parent 6681cfbca6
commit 595d04451b
9 changed files with 9 additions and 9 deletions

View File

@@ -547,7 +547,7 @@ The action semantics:
* `battery_low_status = integer`: At what battery percentage the low command is executed.
* `battery_low_cmd = notify-send "battery low"` : Command to execute when the battery is low.
* `battery_low_cmd = xmessage 'tint2: Battery low!'` : Command to execute when the battery is low.
* `battery_full_cmd = notify-send "battery full"` : Command to execute when the battery is full.