forked from Shinonome/dots-hyprland
14 lines
351 B
Plaintext
Executable File
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}
|
|
)
|
|
)
|
|
)
|