diff options
Diffstat (limited to 'home-config/hypr')
-rw-r--r-- | home-config/hypr/Wallpapers/above-clouds.jpg | bin | 0 -> 535067 bytes | |||
-rwxr-xr-x | home-config/hypr/autostart.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/home-config/hypr/Wallpapers/above-clouds.jpg b/home-config/hypr/Wallpapers/above-clouds.jpg new file mode 100644 index 0000000..a525ee8 --- /dev/null +++ b/home-config/hypr/Wallpapers/above-clouds.jpg | |||
Binary files differ | |||
diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/autostart.sh index ad57e9e..c53aeee 100755 --- a/home-config/hypr/autostart.sh +++ b/home-config/hypr/autostart.sh | |||
@@ -6,7 +6,7 @@ waybar & | |||
6 | 6 | ||
7 | mako & | 7 | mako & |
8 | 8 | ||
9 | swaybg -i ~/.config/hypr/Wallpapers/mountains.jpg & | 9 | swaybg -i ~/.config/hypr/Wallpapers/above-clouds.jpg & |
10 | 10 | ||
11 | 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' & | 11 | 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' & |
12 | 12 | ||