Sfoglia il codice sorgente

battery: Remove full indicator

It does not respect charging thresholds and it is not trivial to
implement the indicator in OpenBSD.
master
Aaron Marcher 6 anni fa
parent
commit
417f473fe2
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      components/battery.c

+ 0
- 1
components/battery.c Vedi File

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


Caricamento…
Annulla
Salva