File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ workspace=special:magic,gapsout:300
2929
3030# Execute your favorite apps at launch
3131# exec-once = waybar & hyprpaper & firefox
32- exec-once = swww -daemon
32+ exec-once = awww -daemon
3333exec-once = ~/.config/hypr/start-swhkd.sh
3434exec-once = dunst
3535exec-once = ~/.config/hypr/start-lemonbar.sh
3636exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
37- exec-once = until pgrep -x swww -daemon; do :; done; sleep 5m; changeMeWallCicle
37+ exec-once = until pgrep -x awww -daemon; do :; done; sleep 5m; changeMeWallCicle
3838
3939%% switch on hostname
4040%% tolaria {
Original file line number Diff line number Diff line change @@ -258,13 +258,13 @@ if [ "$wayland" ]; then
258258 case " $( hostname) " in
259259 pendrellvale)
260260 t=(fade left right top bottom wipe wave grow center any outer)
261- swww img " ${files[@]} " \
261+ awww img " ${files[@]} " \
262262 -t ${t[$((RANDOM % ${#t[@]} ))]} \
263263 --transition-step 90 \
264264 --transition-duration 5
265265 ;;
266266
267- * ) swww img " ${files[@]} " -t simple --transition-step 2 ;;
267+ * ) awww img " ${files[@]} " -t simple --transition-step 2 ;;
268268 esac
269269else
270270 if [ " $wide " -gt 0 ]; then
You can’t perform that action at this time.
0 commit comments