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

19 lines
428 B
Plaintext
Executable File

(defwidget net []
(box
:class "module"
(eventbox
:class "net-icon"
:onclick "iwgtk &"
:onrightclick "XDG_CURRENT_DESKTOP=GNOME gnome-control-center network &"
:tooltip {net.essid}
; :style "color: ${net.color};"
(label
:valign "start"
:text {net.icon}
:class "net-icon"
:tooltip {net.essid}
; :style "color: ${net.color};"
)
)
)
)