add: complete themed folders and all required files in here

This commit is contained in:
Ricardo
2025-11-07 17:47:34 -08:00
parent 755e976cbb
commit 1f9281aec7
7 changed files with 483 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
exec swayidle -w \
timeout 300 'swaylock -f -c 000000' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -c 000000'