Просмотр исходного кода

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 лет назад
Родитель
Сommit
417f473fe2
1 измененных файлов: 0 добавлений и 1 удалений
  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];


Загрузка…
Отмена
Сохранить