diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-23 13:15:07 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-23 13:15:07 +0900 |
| commit | 9df8836dc8bf17a86990bbf659105626138552cb (patch) | |
| tree | a1e6e5af1a1cf7e1e27ff357e634b3d3e6209ba8 /config/hypr/UserScripts/WallpaperSelect.sh | |
| parent | c449e25686c2b35f751c7ae4cb620fb8e29c243c (diff) | |
Not sure if important.. but whatever
Diffstat (limited to 'config/hypr/UserScripts/WallpaperSelect.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperSelect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index 86b7dfa2..78bf8d2f 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -15,7 +15,7 @@ iDIR="$HOME/.config/swaync/images" iDIRi="$HOME/.config/swaync/icons" # variables -rofi_theme="~/.config/rofi/config-wallpaper.rasi" +rofi_theme="$HOME/.config/rofi/config-wallpaper.rasi" focused_monitor=$(hyprctl monitors -j | jq -r '.[] | select(.focused) | .name') # Get monitor width and DPI |
