From e7bd2b2bb0805c1717524486bed151e5215402ff Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 5 Dec 2016 15:44:37 -0800 Subject: [PATCH] [Linux] Show enabled state of services --- dotfiles/lib/bin/rofi_restart_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/bin/rofi_restart_service.sh b/dotfiles/lib/bin/rofi_restart_service.sh index ecbc109f..864c0e8e 100755 --- a/dotfiles/lib/bin/rofi_restart_service.sh +++ b/dotfiles/lib/bin/rofi_restart_service.sh @@ -1,4 +1,4 @@ #!/usr/bin/env zsh systemctl --user list-unit-files | tail -n +2 | head -n -2 | - get_cols 1 | rofi -dmenu -i | xargs systemctl --user restart + rofi -dmenu -i | get_cols 1 | xargs systemctl --user restart