power menu, redshift, polybar
This commit is contained in:
4
.config/polybar/scripts/system-usb-udev/95-usb.rules
Normal file
4
.config/polybar/scripts/system-usb-udev/95-usb.rules
Normal file
@@ -0,0 +1,4 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user