]> Dogcows Code - chaz/tint2/blobdiff - src/battery/battery.c
*fix* use XFlush to really make use of the tooltip timeouts and do not rely on some...
[chaz/tint2] / src / battery / battery.c
index f0498b728e689e8aaa7b74295aacc6887a9598e9..5c1f6cc8ee814b3f67d84a6eb0fe44bb2b4f15d2 100644 (file)
@@ -131,7 +131,7 @@ void init_battery()
        g_free(battery_dir);
 
        if (battery_enabled)
-               install_timer(0, 1000000, 3, 0, update_batterys);
+               install_timer(0, 1000000, 5, 0, update_batterys);
 }
 
 
This page took 0.020127 seconds and 4 git commands to generate.