all repos — tint2 @ fc22028d272c033d7b032c536239e0ec7970d9a0

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

update config

git-svn-id: http://tint2.googlecode.com/svn/trunk@366 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
thilor77 thilor77@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

fc22028d272c033d7b032c536239e0ec7970d9a0

parent

a5a39b0bb2cbd550ac5f4aa57fc97977f3022802

M sample/black_single_desktop.tint2rcsample/black_single_desktop.tint2rc

@@ -93,6 +93,19 @@ tooltip_font_color = #OOOOOO 80

tooltip_font = Helvetica 8 #--------------------------------------------- +# BATTERY +#--------------------------------------------- +battery = 1 +battery_hide = 98 +battery_low_status = 7 +battery_low_cmd = notify-send "battery low" +bat1_font = sans 8 +bat2_font = sans 6 +battery_font_color = #ffffff 76 +battery_padding = 1 0 +battery_background_id = 0 + +#--------------------------------------------- # MOUSE ACTION ON TASK #--------------------------------------------- mouse_middle = none
M sample/default.tint2rcsample/default.tint2rc

@@ -83,6 +83,7 @@ #---------------------------------------------

# BATTERY #--------------------------------------------- battery = 1 +battery_hide = never battery_low_status = 7 battery_low_cmd = notify-send "battery low" bat1_font = sans 8
M sample/horizontal_icon_only.tint2rcsample/horizontal_icon_only.tint2rc

@@ -81,6 +81,7 @@ #---------------------------------------------

# BATTERY #--------------------------------------------- battery = 1 +battery_hide = 98 battery_low_status = 7 battery_low_cmd = notify-send "battery low" bat1_font = sans 8
M sample/rounded_multi_desktop.tint2rcsample/rounded_multi_desktop.tint2rc

@@ -78,6 +78,7 @@ #---------------------------------------------

# BATTERY #--------------------------------------------- battery = 0 +battery_hide = 98 battery_low_status = 7 battery_low_cmd = notify-send "battery low" bat1_font = sans 8
M sample/tint2rcsample/tint2rc

@@ -97,6 +97,7 @@ #---------------------------------------------

# BATTERY #--------------------------------------------- battery = 0 +battery_hide = 98 battery_low_status = 10 battery_low_cmd = notify-send "battery low" bat1_font = sans 8
M sample/vertical_icon_only.tint2rcsample/vertical_icon_only.tint2rc

@@ -87,7 +87,8 @@

#--------------------------------------------- # BATTERY #--------------------------------------------- -battery = 0 +battery = 1 +battery_hide = 98 battery_low_status = 10 battery_low_cmd = notify-send "battery low" bat1_font = sans 8
M sample/white_single_desktop.tint2rcsample/white_single_desktop.tint2rc

@@ -96,6 +96,7 @@ #---------------------------------------------

# BATTERY #--------------------------------------------- battery = 0 +battery_hide = 98 battery_low_status = 7 battery_low_cmd = notify-send "battery low" bat1_font = sans 8