Move wayland scripts

This commit is contained in:
Kiana Sheibani 2024-05-11 19:25:27 -04:00
parent 07eac39788
commit d3b14d2698
6 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,12 @@
#!/usr/bin/env bash
# Background
swaybg -o '*' -i "$background" -m fill &
# Status Bar
eww open "$platform"_bar --screen 0
# Idle Handler
swayidle timeout 120 'swaylock -f --grace=180' \
timeout 600 'systemctl suspend' \
before-sleep 'swaylock -f' &