forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
; (defwidget net []
|
||||
; (button
|
||||
; :class "net-icon"
|
||||
; :onclick "iwgtk &"
|
||||
; :onrightclick "gnome-control-center network &"
|
||||
; :tooltip {net.essid}
|
||||
; :style "color: ${net.color};"
|
||||
; {net.icon}
|
||||
; )
|
||||
; )
|
||||
|
||||
(defwidget net []
|
||||
(box
|
||||
:class "module"
|
||||
(eventbox
|
||||
:class "net-icon"
|
||||
:onclick "iwgtk &"
|
||||
:onrightclick "gnome-control-center network &"
|
||||
:tooltip {net.essid}
|
||||
; :style "color: ${net.color};"
|
||||
(label
|
||||
:valign "start"
|
||||
:text {net.icon}
|
||||
:class "net-icon"
|
||||
:tooltip {net.essid}
|
||||
; :style "color: ${net.color};"
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user