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
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# _ _ _
# / \ _ __ _ __ | | __ _ _ _ _ __ ___| |__ ___ _ __
# / _ \ | '_ \| '_ \ | | / _` | | | | '_ \ / __| '_ \ / _ \ '__|
# / ___ \| |_) | |_) | | |__| (_| | |_| | | | | (__| | | | __/ |
# /_/ \_\ .__/| .__/ |_____\__,_|\__,_|_| |_|\___|_| |_|\___|_|
# |_| |_|
#
# by Stephan Raabe (2023)
# -----------------------------------------------------
rofi -show drun -icon-theme "Papirus" -show-icons -l 10
+1 -1
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)