2024-12-12 16:50 : id 412
This commit is contained in:
parent
18fa772a57
commit
4f4b02b05c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user