From d62e4cc229e85eb4809063b72b381848fa842fab Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sat, 9 Mar 2024 01:42:02 +0330 Subject: [PATCH] chore: wallpaper daemon changed to swaybg --- configs/hyprland/environments/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/hyprland/environments/env.sh b/configs/hyprland/environments/env.sh index 90b4847..8e98e7d 100755 --- a/configs/hyprland/environments/env.sh +++ b/configs/hyprland/environments/env.sh @@ -8,7 +8,7 @@ export WAYBAR_LAUNCHER="waybar -c $WAYBAR_DIR/config.jsonc -s $WAYBAR_DIR/style. export WAYBAR_INOTIFY_EVENTS="-e close_write,move,create" # wallpaper configs - swaybg, swww, mpvpaper : -export WALLPAPER_DAEMON="mpvpaper" +export WALLPAPER_DAEMON="swaybg" export WALLPAPERS_DIR="$HOME/Wallpapers" export LIVE_WALLPAPERS_DIR="$HOME/Wallpapers/Live" export SWWW_FPS=144