chore: remove these whitespaces

This commit is contained in:
jacekpoz 2023-10-14 19:17:48 +02:00
parent 16dabf0594
commit fde7adfb89
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -290,8 +290,8 @@
${hyprland}/bin/hyprctl keyword animations:enabled false
'';
in ''
SUBSYSTEM == "power_supply", ENV{POWER_SUPPLY_ONLINE} == "1", RUN += "${power_supply}"
SUBSYSTEM == "power_supply", ENV{POWER_SUPPLY_ONLINE} == "0", RUN += "${battery}"
SUBSYSTEM=="power_supply",ENV{POWER_SUPPLY_ONLINE}=="1",RUN+="${power_supply}"
SUBSYSTEM=="power_supply",ENV{POWER_SUPPLY_ONLINE}=="0",RUN+="${battery}"
'';
};