8 lines
166 B
Plaintext
Raw Normal View History

2023-04-12 20:32:07 +02:00
(defwidget net []
(button
:class "module icon"
:onclick "gnome-control-center &"
:tooltip {net.name}
:style "color: ${net.color};"
{net.icon}))