Initial commit
This commit is contained in:
commit
5f78d74eca
178 changed files with 1952 additions and 0 deletions
7
.local/bin/scripts/wlsunset-toggle
Executable file
7
.local/bin/scripts/wlsunset-toggle
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
if pgrep -x "wlsunset" >/dev/null; then
|
||||
pkill -x "wlsunset"
|
||||
else
|
||||
wlsunset -S 7:00 -s 21:00 &
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue