Move startpage out of user-skel, update user scripts
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ $1 = "--toggle" ]] || [[ $1 = "-t" ]]; then
|
||||
if pgrep redshift > /dev/null 2>&1; then
|
||||
killall redshift
|
||||
if pgrep redshift >/dev/null; then
|
||||
pkill redshift
|
||||
else
|
||||
redshift &
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user