diff options
| author | Martin Guzman <55927935+brockar@users.noreply.github.com> | 2024-12-01 17:12:42 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-01 17:12:42 -0300 |
| commit | 54948c1f637e6f8fd0510b6b0410a3ee3a22127b (patch) | |
| tree | a5f6ccee9e8c4aa3e488bcd2077799fd3286a00c /config/hypr/scripts | |
| parent | 98df95302696d573a89c88e379afb87417f957a8 (diff) | |
| parent | 9d4252297ba68017be3fdd3a9838cbf89f81f86c (diff) | |
Merge branch 'JaKooLit:main' into fix-questions
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/WallustSwww.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/WallustSwww.sh b/config/hypr/scripts/WallustSwww.sh index dbf5c32f..62dde375 100755 --- a/config/hypr/scripts/WallustSwww.sh +++ b/config/hypr/scripts/WallustSwww.sh @@ -20,7 +20,7 @@ echo $cache_file # Check if the cache file exists for the current monitor output if [ -f "$cache_file" ]; then # Get the wallpaper path from the cache file - wallpaper_path=$(cat "$cache_file") + wallpaper_path=$(grep -v 'Lanczos3' "$cache_file" | head -n 1) echo $wallpaper_path # symlink the wallpaper to the location Rofi can access if ln -sf "$wallpaper_path" "$HOME/.config/rofi/.current_wallpaper"; then |
