From 724c31c02cf8f6a46040fa17ce0b5902708bee2b Mon Sep 17 00:00:00 2001 From: Don Williams Date: Wed, 22 Jul 2026 02:16:30 -0400 Subject: Fixed settings menu,select hyprview shows layout Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Kool_Quick_Settings.sh modified: config/hypr/scripts/select-hyprview-layout.sh --- config/hypr/scripts/select-hyprview-layout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/scripts/select-hyprview-layout.sh') 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" )" -- cgit v1.2.3