Create gammastep-toggle
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
SERVICE=gammastep-refresh.service
|
||||
|
||||
if systemctl --user is-active --quiet "$SERVICE"; then
|
||||
systemctl --user stop "$SERVICE"
|
||||
else
|
||||
systemctl --user start "$SERVICE"
|
||||
fi
|
||||
Reference in New Issue
Block a user