summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAaron Marcher <info@nulltime.net>2016-09-13 20:54:45 +0200
committerAaron Marcher (drkhsh) <info@nulltime.net>2016-09-13 20:54:45 +0200
commit2d1bbf0d35f096803a96afbc8ae89a057e646d9f (patch)
treed26b2328aa576611182a08458c8dadb8f6f4d276 /config.def.h
parent60df4f0f05e261d2787b9512cea262248ebaf166 (diff)
simplified battery_perc() a lot and removed useless options from config.def.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h
index b105869..8cf8e56 100644
--- a/config.def.h
+++ b/config.def.h
@@ -3,11 +3,6 @@
/* alsa sound */
#define ALSA_CHANNEL "Master"
-/* battery */
-#define BATTERY_PATH "/sys/class/power_supply/"
-#define BATTERY_NOW "energy_now"
-#define BATTERY_FULL "energy_full_design"
-
/* how often to update the statusbar (min value == 1) */
#define UPDATE_INTERVAL 1