11 lines
242 B
SYSTEMD
11 lines
242 B
SYSTEMD
[Unit]
|
|
Description=Automatically restart the waybar when its configuration changes
|
|
PartOf=waybar.service
|
|
|
|
[Path]
|
|
PathChanged=%h/.config/waybar
|
|
PathChanged=%h/.config/waybar/colors
|
|
PathChanged=%h/waybar/config
|
|
|
|
[Install]
|
|
WantedBy=paths.target
|