5 lines
223 B
Plaintext
5 lines
223 B
Plaintext
KERNEL=="sd*", ACTION=="add", ATTR{removable}=="1", \
|
|
RUN+="/home/user/.config/polybar/system-usb-mount.sh --update"
|
|
KERNEL=="sd*", ACTION=="remove", \
|
|
RUN+="/home/user/.config/polybar/system-usb-mount.sh --update"
|