mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-01-31 00:31:18 -05:00
10 lines
333 B
Bash
10 lines
333 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
waybar &
|
||
|
|
||
|
mako &
|
||
|
|
||
|
swaybg -i ~/.config/hypr/Wallpapers/mountains.jpg &
|
||
|
|
||
|
swayidle -w timeout 300 'swaylock --screenshots --clock --indicator --grace 3 --fade-in 1 --effect-blur 7x5 --effect-greyscale' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000' &
|