chore: env folder name changed scripts

This commit is contained in:
hesam-init 2024-03-17 18:05:11 +03:30
parent 8cd9aa217c
commit ced7a09899
10 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@
# background services :
exec-once = dbus-update-activation-environment --all &
exec-once = ~/.config/environments/pipewire.sh &
exec-once = ~/.config/scripts/pipewire.sh &
exec-once = ~/.config/hypr/scripts/keyring-launch.sh &
exec-once = wl-paste --watch cliphist store &
exec-once = avizo-service &

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
source $HOME/.config/environments/env.sh
source $HOME/.config/scripts/env.sh
files=($(find "${LIVE_WALLPAPERS_DIR}" -type f))

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
source $HOME/.config/environments/env.sh
source $HOME/.config/scripts/env.sh
files=($(find "${WALLPAPERS_DIR}" -type f))

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
source $HOME/.config/environments/env.sh
source $HOME/.config/scripts/env.sh
files=($(find "${WALLPAPERS_DIR}" -type f))

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
source $HOME/.config/environments/env.sh
source $HOME/.config/scripts/env.sh
if [ -z "$WALLPAPER_DAEMON" ]; then
echo "WALLPAPER_DAEMON is not set in the environment."

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
source $HOME/.config/environments/env.sh
source $HOME/.config/scripts/env.sh
if [[ ! -d "$WAYBAR_DIR" ]]; then
echo "Error: Configuration directory or files missing!"

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
source $HOME/.config/environments/env.sh
source $HOME/.config/scripts/env.sh
WAYBAR_PID=$(pgrep -x waybar)

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
source $HOME/.config/environments/env.sh
source $HOME/.config/scripts/env.sh
dir="$HOME/.config/rofi/wallpaper/type-1"
theme='style-8'