all repos — tint2 @ 595d04451b8b5af008dae29450a295300b1b01bf

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Replace notify-send with xmessage for minimalist setups
Chris Lee @klee93
commit

595d04451b8b5af008dae29450a295300b1b01bf

parent

6681cfbca63ebd09a65f813ad234d9c295cf2123

M doc/tint2.mddoc/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.tint2rcthemes/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.tint2rcthemes/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.tint2rcthemes/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/tint2rcthemes/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.tint2rcthemes/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.tint2rcthemes/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.tint2rcthemes/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.tint2rcthemes/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