2024-12-12 16:50 : id 412

This commit is contained in:
deadvey 2024-12-12 16:50:15 +00:00
parent 18fa772a57
commit 4f4b02b05c

View File

@ -119,7 +119,7 @@ in
text = '' text = ''
run_a_command() { run_a_command() {
if [[ "$light" == "DAY" ]]; then if [[ "$light" == "DAY" ]]; then
sed -i 's|MODE\ =\ "$(.*?);"|MODE\ =\ "light";/' $HOME/.config/home/home.nix sed -i 's/MODE\ =\ ".*"/MODE\ =\ "light"/' $HOME/.config/home/home.nix
else else
notify-send "night" notify-send "night"
fi fi