feat: switch from swww to hyprpaper

This commit is contained in:
matt1432 2023-06-07 15:40:43 -04:00
parent a4d4c15a91
commit 5aabd49ad2
2 changed files with 1 additions and 8 deletions

View file

@ -9,7 +9,6 @@ $scripts = "$HOME/.config/hypr/scripts"
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
# Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox
exec-once = bash -c "sleep 3; nm-applet"
exec-once = bash -c "sleep 4; blueman-applet"
exec-once = bash -c "sleep 5; nextcloud --background"
@ -26,8 +25,7 @@ exec-once = dbus-update-activation-environment --all
exec-once = gnome-keyring-daemon --start --components=secrets
exec-once = $menu
exec-once = swww init
exec-once = swww img "$HOME/Pictures/BG/bonzai.jpg"
exec-once = hyprpaper
exec-once = $scripts/lose-focus.sh
exec-once = waybar

View file

@ -1,12 +1,7 @@
#!/bin/bash
execute() {
swww img $HOME/Pictures/BG/black.jpg
sleep 0.1
echo "Rotating"
swww img $HOME/Pictures/BG/bonzai.jpg
/home/matt/.config/lisgd/config &
lisgd_pid=$! # Save the PID of the lisgd process
}