Candyrice/eww/yuck/panel/panel_widgs/panel_notif_ico.yuck
2024-08-08 21:13:44 +05:30

12 lines
309 B
Plaintext

(defwidget panel_notif_ico [h]
(label
:class "panel_mini_widg panel_ico panel_notif_ico"
:halign "end"
:valign "end"
:height "${h}"
:width "${h}"
;:active true
:text ""
:tooltip "No notifications"
)
)