From 893b89fc5408e03bc353488306a99a83805c1b2b Mon Sep 17 00:00:00 2001 From: Tio TROM Date: Tue, 8 Aug 2023 17:41:24 +0200 Subject: [PATCH] changed the description a bit --- layout-switcher | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layout-switcher b/layout-switcher index a3c1e0f..661af07 100644 --- a/layout-switcher +++ b/layout-switcher @@ -35,7 +35,8 @@ disable-top-bar-integration() { } choice=$( -yad --no-buttons --center --keep-icon-size --separator='' --use-interp --title 'TROMjaro Layout Switcher' --text-align=center --text 'Changing to or from any layout that has global menus, will require your admin password' --form --columns 3 \ +yad --no-buttons --center --keep-icon-size --separator='' --use-interp --title 'TROMjaro Layout Switcher' --text-align=center --text ' Please use the Panel Profiles to save your current configuration in case you did any manual changes, else you may lose them. +Changing to or from any layout that has global menus, will require your admin password.' --form --columns 3 \ --field=!"$icons/windows.png"!'Windows-Like (default)':BTN "kill -USR1 \$YAD_PID; echo -n 'Windows-Like'" \ --field=!"$icons/macos.png"!'MacOS-Like (experimental)':BTN "kill -USR1 \$YAD_PID; echo -n 'MacOS-Like'" \ --field=!"$icons/mx.png"!'MX-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'MX-Like'" \ @@ -56,4 +57,4 @@ esac xfce4-panel-profiles load "$profiles/$choice.tar.bz2" killall mate-hud && setsid -f /usr/lib/mate-hud/mate-hud -sleep 2.5 && notify-send "$choice layout was enabled" +sleep 2.5 && notify-send "$choice layout was enabled" \ No newline at end of file