From 626c840477b8ca3a51626d86b3d61c76d478d414 Mon Sep 17 00:00:00 2001
From: Tio TROM <tio@trom.tf>
Date: Sun, 6 Aug 2023 18:45:34 +0200
Subject: [PATCH] marked unity and macos as experimental

---
 layout-switcher | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layout-switcher b/layout-switcher
index 5cb9fc1..a3c1e0f 100644
--- a/layout-switcher
+++ b/layout-switcher
@@ -37,10 +37,10 @@ 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 \
 --field=!"$icons/windows.png"!'Windows-Like (default)':BTN "kill -USR1 \$YAD_PID; echo -n 'Windows-Like'" \
---field=!"$icons/macos.png"!'MacOS-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'MacOS-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'" \
 --field=!"$icons/gnome.png"!'Gnome-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'Gnome-Like'" \
---field=!"$icons/unity.png"!'Unity-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'Unity-Like'" \
+--field=!"$icons/unity.png"!'Unity-Like (experimental)':BTN "kill -USR1 \$YAD_PID; echo -n 'Unity-Like'" \
 --field=!"$icons/topx.png"!'TopX-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'TopX-Like'"
 )