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

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

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

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

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

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

Loading…
Cancel
Save