all repos — tint2 @ 41e49ef4e6e7b27ef5fa65415c11bfd3ebd43d92

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

Do not spin when battery is unplugged
o9000 mrovi9000@gmail.com
commit

41e49ef4e6e7b27ef5fa65415c11bfd3ebd43d92

parent

25dd6236186cdabd0dcbe21a3e35c8d87f483f29

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/battery/battery.csrc/battery/battery.c

@@ -225,7 +225,7 @@ return;

battery_found = battery_os_init(); - change_timer(&battery_timer, true, 10, 30000, update_battery_tick, 0); + change_timer(&battery_timer, true, battery_found ? 10 : 30000, 30000, update_battery_tick, 0); update_battery(); }