mirror of
https://github.com/Horhik/dotfiles.git
synced 2025-01-26 10:46:39 +00:00
5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
KERNEL=="sd*", ACTION=="add", ATTR{removable}=="1", \
|
|
RUN+="/home/user/.config/polybar/system-usb-udev.sh --update"
|
|
KERNEL=="sd*", ACTION=="remove", \
|
|
RUN+="/home/user/.config/polybar/system-usb-udev.sh --update"
|