polybar-scripts/polybar-scripts/system-usb-mount
x70b1 cda6973209 update system-usb-mount 2018-01-28 22:02:12 +01:00
..
README.md add system-usb-udev 2018-01-27 06:29:31 +01:00
system-usb-mount.sh update system-usb-mount 2018-01-28 22:02:12 +01:00

README.md

Script: system-usb-mount

A small script that shows your mounted and not mounted removable devices.

Click left to mount all removable devices. Click right to unmount the devices. The removable devices are then turned off with udisksctl power-off.

The mount option has a feature: You can also start a file manager and open the device when you mount it. Look at the example in the code: terminal -e "bash -lc 'filemanager $mountpoint'" &

Dependencies

  • jq
  • udisks2

Module

[module/system-usb-mount]
type = custom/script
exec = ~/polybar-scripts/system-usb-mount.sh
interval = 5
click-left = ~/polybar-scripts/system-usb-mount.sh --mount
click-right = ~/polybar-scripts/system-usb-mount.sh --unmount