2024-12-12 16:24 : id 411

This commit is contained in:
deadvey 2024-12-12 16:24:29 +00:00
parent c971ed3051
commit 18fa772a57

View File

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