nixos-config/scripts/autostart

10 lines
193 B
Bash
Executable file

#!/usr/bin/env bash
swaybg -o '*' -i "$background" -m fill &
waybar &
swayidle timeout 120 'swaylock -f --grace=180' \
timeout 600 'systemctl suspend' \
before-sleep 'swaylock -f' &