Explorar o código

battery: Remove full indicator

It does not respect charging thresholds and it is not trivial to
implement the indicator in OpenBSD.
Aaron Marcher %!s(int64=7) %!d(string=hai) anos
pai
achega
417f473fe2
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      components/battery.c

+ 0 - 1
components/battery.c

@@ -29,7 +29,6 @@
 		} map[] = {
 			{ "Charging",    "+" },
 			{ "Discharging", "-" },
-			{ "Full",        "=" },
 		};
 		size_t i;
 		char path[PATH_MAX], state[12];