hypr/scripts/kill-hp-systray

4 lines
73 B
Plaintext
Raw Normal View History

2025-02-24 01:15:49 -05:00
#!/usr/bin/env zsh
kill $(ps -eaf | grep hp-systray | awk "{print $2}")