mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-29 16:52:02 +00:00
Polybar systemd service
This commit is contained in:
8
systemd/user/polybar.service
Normal file
8
systemd/user/polybar.service
Normal file
@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Polybar
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=true
|
||||
ExecStart=%h/.config/scripts/desktop/polybar-start.sh
|
||||
ExecStop=killall -q polybar
|
Reference in New Issue
Block a user