chore: env folder name changed scripts
This commit is contained in:
parent
8cd9aa217c
commit
ced7a09899
10 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# background services :
|
# background services :
|
||||||
exec-once = dbus-update-activation-environment --all &
|
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 = ~/.config/hypr/scripts/keyring-launch.sh &
|
||||||
exec-once = wl-paste --watch cliphist store &
|
exec-once = wl-paste --watch cliphist store &
|
||||||
exec-once = avizo-service &
|
exec-once = avizo-service &
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source $HOME/.config/environments/env.sh
|
source $HOME/.config/scripts/env.sh
|
||||||
|
|
||||||
files=($(find "${LIVE_WALLPAPERS_DIR}" -type f))
|
files=($(find "${LIVE_WALLPAPERS_DIR}" -type f))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source $HOME/.config/environments/env.sh
|
source $HOME/.config/scripts/env.sh
|
||||||
|
|
||||||
files=($(find "${WALLPAPERS_DIR}" -type f))
|
files=($(find "${WALLPAPERS_DIR}" -type f))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source $HOME/.config/environments/env.sh
|
source $HOME/.config/scripts/env.sh
|
||||||
|
|
||||||
files=($(find "${WALLPAPERS_DIR}" -type f))
|
files=($(find "${WALLPAPERS_DIR}" -type f))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source $HOME/.config/environments/env.sh
|
source $HOME/.config/scripts/env.sh
|
||||||
|
|
||||||
if [ -z "$WALLPAPER_DAEMON" ]; then
|
if [ -z "$WALLPAPER_DAEMON" ]; then
|
||||||
echo "WALLPAPER_DAEMON is not set in the environment."
|
echo "WALLPAPER_DAEMON is not set in the environment."
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source $HOME/.config/environments/env.sh
|
source $HOME/.config/scripts/env.sh
|
||||||
|
|
||||||
if [[ ! -d "$WAYBAR_DIR" ]]; then
|
if [[ ! -d "$WAYBAR_DIR" ]]; then
|
||||||
echo "Error: Configuration directory or files missing!"
|
echo "Error: Configuration directory or files missing!"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source $HOME/.config/environments/env.sh
|
source $HOME/.config/scripts/env.sh
|
||||||
|
|
||||||
WAYBAR_PID=$(pgrep -x waybar)
|
WAYBAR_PID=$(pgrep -x waybar)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source $HOME/.config/environments/env.sh
|
source $HOME/.config/scripts/env.sh
|
||||||
|
|
||||||
dir="$HOME/.config/rofi/wallpaper/type-1"
|
dir="$HOME/.config/rofi/wallpaper/type-1"
|
||||||
theme='style-8'
|
theme='style-8'
|
||||||
|
|
Loading…
Add table
Reference in a new issue