[Linux] Fix indents in rofi_systemd.sh
This commit is contained in:
parent
df442d3469
commit
1edf66542f
@ -19,10 +19,10 @@ restart="Alt+r"
|
|||||||
|
|
||||||
function select_service_and_act {
|
function select_service_and_act {
|
||||||
result=$(rofi -dmenu -i -p "systemd unit: " \
|
result=$(rofi -dmenu -i -p "systemd unit: " \
|
||||||
-kb-custom-1 "${enable}" \
|
-kb-custom-1 "${enable}" \
|
||||||
-kb-custom-2 "${disable}" \
|
-kb-custom-2 "${disable}" \
|
||||||
-kb-custom-3 "${stop}" \
|
-kb-custom-3 "${stop}" \
|
||||||
-kb-custom-4 "${restart}")
|
-kb-custom-4 "${restart}")
|
||||||
|
|
||||||
rofi_exit="$?"
|
rofi_exit="$?"
|
||||||
selection="$(echo $result | sed -n 's/ \+/ /gp')"
|
selection="$(echo $result | sed -n 's/ \+/ /gp')"
|
||||||
|
Loading…
Reference in New Issue
Block a user