2022-10-22 23:54:44 +03:00

8 lines
158 B
Plaintext

(defwidget net []
(button
:class "module-net module"
:onclick "rofi-nm"
:tooltip {net.essid}
:style "color: ${net.color};"
{net.icon}))