[Linux] Show enabled state of services

This commit is contained in:
Ivan Malison 2016-12-05 15:44:37 -08:00
parent 4025f3757c
commit e7bd2b2bb0
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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