diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,9 +15,9 @@ for f in palette.rasi common.rasi menu.rasi list.rasi grid.rasi powermenu.rasi; ln -sfn "$repo/rofi/udt/$f" "$target/$f" done -# launcher.rasi is generated rather than symlinked: it references the wallpaper -# by absolute path, which cannot live in a committed file. Regenerating it is -# why re-running this script after moving the repo is safe. +# launcher.rasi is generated rather than symlinked: its wallpaper path comes +# from the wal cache and cannot be committed. Regenerating it is why re-running +# this script after moving the repo is safe. rm -f "$target/launcher.rasi" sed "s|@WPAPER@|$HOME/.cache/wal/wpaper|" \ "$repo/rofi/udt/launcher.rasi" > "$target/launcher.rasi" |
