Ver a proveniência

battery: Remove full indicator

It does not respect charging thresholds and it is not trivial to
implement the indicator in OpenBSD.
master
Aaron Marcher há 6 anos
ascendente
cometimento
417f473fe2
1 ficheiros alterados com 0 adições e 1 eliminações
  1. +0
    -1
      components/battery.c

+ 0
- 1
components/battery.c Ver ficheiro

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


Carregando…
Cancelar
Guardar