diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-11-02 22:39:13 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-11-02 22:39:13 -0400 |
commit | b40540c33cb8832378d7a5a55a9206d4226862b9 (patch) | |
tree | 4a7561501401295d855f02721eb7c748b0ffb6f3 /home-config | |
parent | 99399daf3aba8272dcec83e45594bf094d7559c8 (diff) |
new wallpaper
Diffstat (limited to 'home-config')
-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 | ||