This commit is contained in:
Stephan Raabe
2023-10-02 10:51:16 +02:00
parent 3c6d3eb97b
commit 7ea4e2121d
8 changed files with 275 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ options="$option1\n"
options="$options$option2\n"
options="$options$option3\n$option4"
choice=$(echo -e "$options" | rofi -dmenu -i -no-show-icons -l 4 -width 30 -p "Powermenu")
choice=$(echo -e "$options" | rofi -dmenu -config ~/dotfiles/rofi/config-power.rasi -i -no-show-icons -l 4 -width 30 -p "Powermenu")
case $choice in
$option1)