nixos/pkgs/eww-hyprland/modules/bluetooth.yuck

9 lines
321 B
Plaintext
Raw Normal View History

2023-07-12 16:42:58 +01:00
(defwidget bluetooth []
(button
:class "module-bt module icon"
:onclick "blueberry" ; clicking opens blueberry
:onrightclick "scripts/bluetooth toggle" ; rightclick to turn bluetooth on/off
:tooltip "${bluetooth.text} ${bluetooth.battery}"
:style "color: ${bluetooth.color};"
{bluetooth.icon}))