Redesign Eww bars
This commit is contained in:
16
modules/home/wayland/apps/eww/bar/modules/net.yuck
Normal file
16
modules/home/wayland/apps/eww/bar/modules/net.yuck
Normal file
@@ -0,0 +1,16 @@
|
||||
(deflisten net "scripts/net/net")
|
||||
|
||||
(defwidget net []
|
||||
(box
|
||||
:class "module"
|
||||
:orientation "v"
|
||||
(button
|
||||
:class "net"
|
||||
:tooltip {net.name}
|
||||
{net.icon})
|
||||
|
||||
(button
|
||||
:class "blt"
|
||||
(label :class "icon-text" :text "B"))
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user