diff options
Diffstat (limited to 'config/hypr/scripts/ChangeStarshipPrompt.sh')
| -rwxr-xr-x | config/hypr/scripts/ChangeStarshipPrompt.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hypr/scripts/ChangeStarshipPrompt.sh b/config/hypr/scripts/ChangeStarshipPrompt.sh index 44e50936..6d489754 100755 --- a/config/hypr/scripts/ChangeStarshipPrompt.sh +++ b/config/hypr/scripts/ChangeStarshipPrompt.sh @@ -41,6 +41,7 @@ rofi_options=("${available_prompts[@]}") if [[ -f "$BACKUP_FILE" ]]; then rofi_options+=("$RESTORE_LABEL") fi +"${XDG_CONFIG_HOME:-$HOME/.config}/hypr/scripts/RofiFocusedWallpaperLink.sh" >/dev/null 2>&1 || true selection="$(printf '%s\n' "${rofi_options[@]}" | rofi -dmenu -i -p "Select Starship Prompt" -mesg "Select Starship Prompt" -theme "$ROFI_THEME")" |
