Replace notify-send with xmessage for minimalist setups
This commit is contained in:
parent
595d04451b
commit
11c468816d
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd = notify-send "battery low"
|
||||
battery_low_cmd = xmessage 'tint2: Battery low!'
|
||||
battery_full_cmd =
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
|
|
Loading…
Reference in a new issue