Skip to content

Commit 9dc5fca

Browse files
committed
Add a battery stanza to the example configuration.
1 parent 32cce0c commit 9dc5fca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sample/tint3rc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,18 @@ systray_icon_size = 22
7979
systray_icon_asb = 100 0 0
8080
# }}} system tray
8181

82+
# {{{ battery
83+
battery = 1
84+
battery_hide = 99
85+
battery_low_status = 25
86+
battery_low_cmd = notify-send --app-name=tint3 --expire-time=-1 --icon=dialog-warning "Battery level is <b>critically low</b>. Please connect your charger as soon as possible."
87+
battery_padding = 10 6
88+
battery_background_id = 0
89+
bat1_font = Droid Sans Bold 10
90+
bat2_font = Droid Sans 10
91+
battery_font_color = #dcdcdc 100
92+
# }}} battery
93+
8294
# {{{ clock
8395
time1_format = %H:%M
8496
time1_font = Droid Sans Bold 10

0 commit comments

Comments
 (0)