diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-07-22 02:16:30 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:40:35 -0700 |
| commit | 724c31c02cf8f6a46040fa17ce0b5902708bee2b (patch) | |
| tree | ac6048fb179799b660f530becb37be544908b55e /config/hypr/scripts/select-hyprview-layout.sh | |
| parent | 07e3facc7bdc301be08d536e471f3c649d9fd3f0 (diff) | |
Fixed settings menu,select hyprview shows layout
Signed-off-by: Don Williams <don.e.williams@gmail.com>
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
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" )" |
