user/eww: fix wrong battery config name
This commit is contained in:
parent
cca1730f3f
commit
d9269fbb93
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ let
|
||||||
cp -r ${../../res/eww} $out
|
cp -r ${../../res/eww} $out
|
||||||
|
|
||||||
substituteInPlace $out/eww.yuck \
|
substituteInPlace $out/eww.yuck \
|
||||||
--replace-fail "_BAT_ENABLED_" "${config.me.batteryPath != null}" \
|
--replace-fail "_BAT_ENABLED_" "${config.me.batteryDevice != null}" \
|
||||||
--replace-fail "_BAT_PATH_" "${config.me.batteryPATH}" \
|
--replace-fail "_BAT_PATH_" "${config.me.batteryDevice}" \
|
||||||
--replace-fail "_BT_ENABLED_" "${config.me.hasBluetooth}" \
|
--replace-fail "_BT_ENABLED_" "${config.me.hasBluetooth}" \
|
||||||
--replace-fail "_WIFI_ENABLED_" "${config.me.hasWifi}"
|
--replace-fail "_WIFI_ENABLED_" "${config.me.hasWifi}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue