diff --git a/battery.h b/battery.h index 3ef7a7c..76bcdf2 100644 --- a/battery.h +++ b/battery.h @@ -6,8 +6,8 @@ #elif TOASTER #define BATTERY_DIR "BAT0" #else -/* just assume we're running on fish */ -#define BATTERY_DIR "sbs-20-000b" +/* just assume the battery is BAT0 */ +#define BATTERY_DIR "BAT0" #endif #define BATTERY_PRE "/sys/class/power_supply/"