[Linux] Add rofi_restart_service.sh

This commit is contained in:
Ivan Malison 2016-11-26 11:05:21 -08:00
parent 7e646d2fd6
commit 2957e5ab02
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -0,0 +1,4 @@
#!/usr/bin/env zsh
systemctl --user | tail -n +2 | head -n -6 |
egrep -v "sys-devices" | get_cols 1 | rofi -dmenu -i | xargs systemctl --user restart