Replace notify-send with xmessage for minimalist setups
Chris Lee @klee93
9 files changed,
9 insertions(+),
9 deletions(-)
jump to
M
doc/tint2.md
→
doc/tint2.md
@@ -547,7 +547,7 @@ * `battery_hide = never/integer (0 to 100)` : At what battery percentage the battery item is hidden.
* `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.
M
themes/horizontal-dark-transparent.tint2rc
→
themes/horizontal-dark-transparent.tint2rc
@@ -201,7 +201,7 @@ #-------------------------------------
# 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
M
themes/horizontal-light-opaque.tint2rc
→
themes/horizontal-light-opaque.tint2rc
@@ -212,7 +212,7 @@ #-------------------------------------
# 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
M
themes/horizontal-light-transparent.tint2rc
→
themes/horizontal-light-transparent.tint2rc
@@ -201,7 +201,7 @@ #-------------------------------------
# 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
M
themes/tint2rc
→
themes/tint2rc
@@ -175,7 +175,7 @@ #-------------------------------------
# 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 = battery_font_color = #ffffff 100 bat1_format =
M
themes/vertical-dark-opaque.tint2rc
→
themes/vertical-dark-opaque.tint2rc
@@ -201,7 +201,7 @@ #-------------------------------------
# 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
M
themes/vertical-dark-transparent.tint2rc
→
themes/vertical-dark-transparent.tint2rc
@@ -201,7 +201,7 @@ #-------------------------------------
# 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
M
themes/vertical-light-opaque.tint2rc
→
themes/vertical-light-opaque.tint2rc
@@ -212,7 +212,7 @@ #-------------------------------------
# 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
M
themes/vertical-light-transparent.tint2rc
→
themes/vertical-light-transparent.tint2rc
@@ -201,7 +201,7 @@ #-------------------------------------
# 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