infrastructure/pkgs/konawall-toggle/toggle.sh
kat witch 2034846e0a
Moved to tomorrow night eighties. Redone theme.
Redone a number of modules, now they speak JSON. Added a konawall
toggler module. Removed mkchromecast from autostart. Moved from
pavucontrol to pulsemixer.
2021-07-24 05:57:00 +01:00

10 lines
209 B
Bash

#!/bin/bash
set -eu
set -o pipefail
if systemctl --user is-active konawall-rotation.timer --quiet; then
systemctl --user stop konawall-rotation.timer
else
systemctl --user start konawall-rotation.timer
fi