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