sxmo: fix that upstream renamed sxmo_dameons.sh -> sxmo_jobs.sh

This commit is contained in:
Colin 2023-11-20 02:31:55 +00:00
parent b7247f6082
commit 0127b61901
3 changed files with 9 additions and 9 deletions

View File

@ -28,10 +28,10 @@
# - startup
# - daemon based (lisgsd, idle_locker, statusbar_periodics)
# - auto-started at login
# - managable by `sxmo_daemons.sh`
# - list available daemons: `sxmo_daemons.sh list`
# - query if a daemon is active: `sxmo_daemons.sh running <my-daemon>`
# - start daemon: `sxmo_daemons.sh start <my-daemon>`
# - managable by `sxmo_jobs.sh`
# - list available daemons: `sxmo_jobs.sh list`
# - query if a daemon is active: `sxmo_jobs.sh running <my-daemon>`
# - start daemon: `sxmo_jobs.sh start <my-daemon>`
# - managable by `superctl`
# - `superctl status`
# - user hooks:
@ -348,7 +348,7 @@ in
# kill anything leftover from the previous sxmo run. this way we can (try to) be reentrant
echo "sxmo_init: killing stale daemons (if active)"
sxmo_daemons.sh stop all
sxmo_jobs.sh stop all
pkill bemenu
pkill wvkbd
pkill superd

View File

@ -11,7 +11,7 @@ swaymsg mode default
sxmo_wm.sh dpms on
sxmo_wm.sh inputevent touchscreen off
sxmo_daemons.sh start periodic_blink sxmo_run_periodically.sh "$BLINK_FREQ" sxmo_led.sh blink red blue
sxmo_jobs.sh start periodic_blink sxmo_run_periodically.sh "$BLINK_FREQ" sxmo_led.sh blink red blue
wait

View File

@ -7,11 +7,11 @@
# Create xdg user directories, such as ~/Pictures
xdg-user-dirs-update
sxmo_daemons.sh start daemon_manager
sxmo_jobs.sh start daemon_manager
# Periodically update some status bar components
sxmo_hook_statusbar.sh all
sxmo_daemons.sh start statusbar_periodics sxmo_run_aligned.sh 60 \
sxmo_jobs.sh start statusbar_periodics sxmo_run_aligned.sh 60 \
sxmo_hook_statusbar.sh periodics
# TODO: start these externally, via `wantedBy` in nix
@ -63,7 +63,7 @@ systemctl --user start sxmo_soundmonitor
# rotate UI based on physical display angle by default
if [ -n "$SXMO_AUTOROTATE" ]; then
# TODO: this could use ~/.cache/sxmo/sxmo.autorotate like for lisgd above
sxmo_daemons.sh start autorotate sxmo_autorotate.sh
sxmo_jobs.sh start autorotate sxmo_autorotate.sh
fi
# Play a funky startup tune if you want (disabled by default)