From 1edf66542f8756d87fed130fc21fc9486e4df233 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 14 Mar 2017 19:05:27 -0700 Subject: [PATCH] [Linux] Fix indents in rofi_systemd.sh --- dotfiles/lib/bin/rofi_systemd.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/lib/bin/rofi_systemd.sh b/dotfiles/lib/bin/rofi_systemd.sh index da2574b3..5bacd231 100755 --- a/dotfiles/lib/bin/rofi_systemd.sh +++ b/dotfiles/lib/bin/rofi_systemd.sh @@ -19,10 +19,10 @@ restart="Alt+r" function select_service_and_act { result=$(rofi -dmenu -i -p "systemd unit: " \ - -kb-custom-1 "${enable}" \ - -kb-custom-2 "${disable}" \ - -kb-custom-3 "${stop}" \ - -kb-custom-4 "${restart}") + -kb-custom-1 "${enable}" \ + -kb-custom-2 "${disable}" \ + -kb-custom-3 "${stop}" \ + -kb-custom-4 "${restart}") rofi_exit="$?" selection="$(echo $result | sed -n 's/ \+/ /gp')"