forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
(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}
|
||||
)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user