Files
illogical-impulse/early/.config/eww/modules/bluetooth.yuck
T
2024-02-22 15:35:06 +07:00

14 lines
351 B
Plaintext
Executable File

(defwidget bluetooth []
(eventbox
:onrightclick "gnome-control-center bluetooth"
(button
:class "module-bt module icon"
:onclick "blueberry"
:onrightclick "gnome-control-center bluetooth"
:tooltip "${bluetooth.text} ${bluetooth.batt_icon}"
:style "color: ${bluetooth.color};"
{bluetooth.icon}
)
)
)