mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-01 21:10:38 -04:00
fixed script paths cuz im retarded.
wallpaper.sh and wallpaperselect.sh had wrong pathing for swww.sh
This commit is contained in:
parent
35cefbf1bb
commit
7284f297d3
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ swww img ${DIR}/${RANDOMPICS} --transition-fps 60 --transition-type any --transi
|
|||
|
||||
wal -i ~/.config/rofi/.current_wallpaper
|
||||
|
||||
~/.config/.scripts/swww.sh
|
||||
~/.config/hypr/scripts/swww.sh
|
||||
|
||||
_ps=(waybar)
|
||||
for _prs in "${_ps[@]}"; do
|
||||
|
|
|
@ -85,7 +85,7 @@ main
|
|||
|
||||
wal -i ~/.config/rofi/.current_wallpaper
|
||||
|
||||
~/.config/.scripts/swww.sh
|
||||
~/.config/hypr/scripts/swww.sh
|
||||
|
||||
_ps=(waybar)
|
||||
for _prs in "${_ps[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue