Explorar el 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 hace 7 años
padre
commit
417f473fe2
Se han modificado 1 ficheros con 0 adiciones y 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];