Updates Polybar

This commit is contained in:
Stephan Raabe
2023-04-06 14:30:10 +02:00
parent 80c0f7c22e
commit 172809495b
8 changed files with 51 additions and 23 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 -lines 4 -width 30 -p "Powermenu")
choice=$(echo -e "$options" | rofi -dmenu -i -no-show-icons -l 4 -width 30 -p "Powermenu")
case $choice in
$option1)