Skip to content

Commit c806d24

Browse files
committed
tolaria => [hyprland.conf][changeMeWall.spell]
1 parent ce0322a commit c806d24

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

runes/hypr/hyprland.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3333
exec-once = ~/.config/hypr/start-swhkd.sh
3434
exec-once = dunst
3535
exec-once = ~/.config/hypr/start-lemonbar.sh
3636
exec-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 {

spells/changeMeWall.spell

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
269269
else
270270
if [ "$wide" -gt 0 ]; then

0 commit comments

Comments
 (0)