This commit is contained in:
Stephan Raabe 2023-12-20 11:58:05 +01:00
parent 16117c1502
commit ac2ab3331a
4 changed files with 7 additions and 5 deletions

View File

@ -1,2 +1,2 @@
name="SDDM" name="SDDM"
order=30 order=40

View File

@ -1,2 +1,2 @@
name="Bluetooth" name="Hide Bluetooth"
order=1 order=1

View File

@ -1,2 +1,2 @@
name="Waybar" name="Waybar"
order=40 order=50

View File

@ -13,7 +13,7 @@ customtemplate="\"*\": VALUE"
# Select Value # Select Value
customvalue=$(gum choose 5 6 7 8 9 10) customvalue=$(gum choose 5 6 7 8 9 10)
if [ ! -z $customvalue ] ;then
# Replace in Template # Replace in Template
customtext="${customtemplate/VALUE/"$customvalue"}" customtext="${customtemplate/VALUE/"$customvalue"}"
@ -36,4 +36,6 @@ else
sleep 2 sleep 2
_goBack _goBack
fi fi
else
_goBack
fi