Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
The update interval has been changed in commit
13d82f2.
  • Loading branch information
ib committed Jan 24, 2025
1 parent 8069377 commit 09b2591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/batt/batt.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* This plugin monitors battery usage on ACPI-enabled systems by reading the
* battery information found in /sys/class/power_supply. The update interval
* defaults to 3 second.
* defaults to 9 second.
*
* The battery's remaining life is estimated from its current charge and current
* rate of discharge. The user may configure an alarm command to be run when
Expand Down Expand Up @@ -342,7 +342,7 @@ void update_display(lx_battery *lx_b, gboolean repaint) {
cairo_destroy(cr);
}

/* This callback is called every 3 seconds */
/* This callback is called every 9 seconds */
static int update_timout(lx_battery *lx_b) {
battery *bat;
if (g_source_is_destroyed(g_main_current_source()))
Expand Down

0 comments on commit 09b2591

Please sign in to comment.