This commit is contained in:
2023-04-12 20:32:07 +02:00
parent 10fbbc2654
commit d6ad590ccc
86 changed files with 5132 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
(defwidget net []
(button
:class "module icon"
:onclick "gnome-control-center &"
:tooltip {net.name}
:style "color: ${net.color};"
{net.icon}))