瀏覽代碼

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 年之前
父節點
當前提交
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];


Loading…
取消
儲存