dotfiles/de/home/.config/sway-profiles/unlockscript
2025-08-25 16:21:06 -07:00

8 lines
118 B
Bash
Executable file

#!/bin/bash
diskspace-check
uptime-check
for s in "${HOME}/.config/sway-profiles/unlockscript.d/"*;do
"${s}"
done