yambar-modules-removables(5)

removables - This module detects removable drives

Section 5 yambar bookworm source

Description

yambar-modules-removables

NAME

removables - This module detects removable drives

DESCRIPTION

This module detects removable drives (USB sticks, CD-ROMs) and instantiates the provided content particle for each detected drive.

TAGS

Image grohtml-13814-1.png

CONFIGURATION

Image grohtml-13814-2.png

EXAMPLES

bar:
right:
- removables:
content:
map:
conditions:
˜mounted:
string:
on-click: udisksctl mount -b {device}
text: "{label}"
mounted:
string:
on-click: udisksctl unmount -b {device}
text: "{label}"
deco: {underline: {size: 2, color: ffffffff}}

SEE ALSO

yambar-modules(5), yambar-particles(5), yambar-tags(5), yambar-decorations(5)