Fixed element text/icon alignment issue in powermenus for rofi version 1.7.4

pull/100/head
adi1090x 2 years ago
parent 3527be5c3d
commit 7069fdc87b

@ -31,7 +31,6 @@ rofi_cmd() {
rofi -dmenu \
-p "$host" \
-mesg "Uptime: $uptime" \
-select $lock \
-theme ${dir}/${theme}.rasi
}
@ -45,7 +44,6 @@ confirm_cmd() {
-dmenu \
-p 'Confirmation' \
-mesg 'Are you Sure?' \
-select $yes \
-theme ${dir}/${theme}.rasi
}

@ -32,7 +32,6 @@ rofi_cmd() {
rofi -dmenu \
-p "Uptime: $uptime" \
-mesg "Uptime: $uptime" \
-select $lock \
-theme ${dir}/${theme}.rasi
}
@ -46,7 +45,6 @@ confirm_cmd() {
-dmenu \
-p 'Confirmation' \
-mesg 'Are you Sure?' \
-select $yes \
-theme ${dir}/${theme}.rasi
}

@ -31,7 +31,6 @@ rofi_cmd() {
rofi -dmenu \
-p "Uptime: $uptime" \
-mesg "Uptime: $uptime" \
-select $lock \
-theme ${dir}/${theme}.rasi
}
@ -40,7 +39,6 @@ confirm_cmd() {
rofi -dmenu \
-p 'Confirmation' \
-mesg 'Are you Sure?' \
-select $yes \
-theme ${dir}/shared/confirm.rasi
}

@ -31,7 +31,6 @@ rofi_cmd() {
rofi -dmenu \
-p "Goodbye ${USER}" \
-mesg "Uptime: $uptime" \
-select $lock \
-theme ${dir}/${theme}.rasi
}
@ -40,7 +39,6 @@ confirm_cmd() {
rofi -dmenu \
-p 'Confirmation' \
-mesg 'Are you Sure?' \
-select $yes \
-theme ${dir}/shared/confirm.rasi
}

@ -33,7 +33,6 @@ rofi_cmd() {
rofi -dmenu \
-p "$USER@$host" \
-mesg " Last Login: $lastlogin |  Uptime: $uptime" \
-select $lock \
-theme ${dir}/${theme}.rasi
}
@ -47,7 +46,6 @@ confirm_cmd() {
-dmenu \
-p 'Confirmation' \
-mesg 'Are you Sure?' \
-select $yes \
-theme ${dir}/${theme}.rasi
}

@ -33,7 +33,6 @@ rofi_cmd() {
rofi -dmenu \
-p "$USER@$host" \
-mesg " Uptime: $uptime" \
-select $lock \
-theme ${dir}/${theme}.rasi
}
@ -47,7 +46,6 @@ confirm_cmd() {
-dmenu \
-p 'Confirmation' \
-mesg 'Are you Sure?' \
-select $yes \
-theme ${dir}/${theme}.rasi
}

Loading…
Cancel
Save