diff options
Diffstat (limited to 'config/hypr/scripts/select-hyprview-layout.sh')
| -rwxr-xr-x | config/hypr/scripts/select-hyprview-layout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/select-hyprview-layout.sh b/config/hypr/scripts/select-hyprview-layout.sh index e16df038..76ccd814 100755 --- a/config/hypr/scripts/select-hyprview-layout.sh +++ b/config/hypr/scripts/select-hyprview-layout.sh @@ -53,7 +53,7 @@ fi choice="$( printf '%s\n' "${layouts[@]}" | rofi -i -dmenu -config "$rofi_theme" \ -p "Hyprview Layout" \ - -mesg "Select Hyprview layout" \ + -mesg "Current layout: $current_layout" \ -selected-row "$default_row" )" |
