feat: switch from swww to hyprpaper
This commit is contained in:
parent
a4d4c15a91
commit
5aabd49ad2
2 changed files with 1 additions and 8 deletions
|
@ -9,7 +9,6 @@ $scripts = "$HOME/.config/hypr/scripts"
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
# exec-once = waybar & hyprpaper & firefox
|
|
||||||
exec-once = bash -c "sleep 3; nm-applet"
|
exec-once = bash -c "sleep 3; nm-applet"
|
||||||
exec-once = bash -c "sleep 4; blueman-applet"
|
exec-once = bash -c "sleep 4; blueman-applet"
|
||||||
exec-once = bash -c "sleep 5; nextcloud --background"
|
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 = gnome-keyring-daemon --start --components=secrets
|
||||||
|
|
||||||
exec-once = $menu
|
exec-once = $menu
|
||||||
exec-once = swww init
|
exec-once = hyprpaper
|
||||||
exec-once = swww img "$HOME/Pictures/BG/bonzai.jpg"
|
|
||||||
exec-once = $scripts/lose-focus.sh
|
exec-once = $scripts/lose-focus.sh
|
||||||
|
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
execute() {
|
execute() {
|
||||||
swww img $HOME/Pictures/BG/black.jpg
|
|
||||||
sleep 0.1
|
|
||||||
|
|
||||||
echo "Rotating"
|
echo "Rotating"
|
||||||
|
|
||||||
swww img $HOME/Pictures/BG/bonzai.jpg
|
|
||||||
/home/matt/.config/lisgd/config &
|
/home/matt/.config/lisgd/config &
|
||||||
lisgd_pid=$! # Save the PID of the lisgd process
|
lisgd_pid=$! # Save the PID of the lisgd process
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue