status

statusbar program for dwm
git clone anongit@rnpnr.xyz:status.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 038e054e0702867274e9b2f54670044bc0707dbf
Parent: 1fd84fb049fa5139c11f47bc4bbda3eafc968071
Author: Randy Palamar
Date:   Fri, 27 Dec 2024 17:13:49 -0700

linux/battery_info.c: remove unused interval struct member

Diffstat:
Mblocks/linux/battery_info.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/blocks/linux/battery_info.c b/blocks/linux/battery_info.c @@ -4,7 +4,6 @@ struct bat_arg { char *pre; /* prefix for percentages less than thres */ char *suf; /* suffix for percentages less than thres */ i32 thres; /* % threshold to consider low (-1 to disable) */ - f32 interval; /* [s] */ }; struct linux_battery_data { Stream path_base; i64 energy_full; };