forked from colonelpanic/dotfiles
[Linux] Add rofi_restart_service.sh
This commit is contained in:
parent
7e646d2fd6
commit
2957e5ab02
4
dotfiles/lib/bin/rofi_restart_service.sh
Executable file
4
dotfiles/lib/bin/rofi_restart_service.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user