added systray

This commit is contained in:
2025-03-06 01:42:58 +01:00
parent e47c4ff387
commit a587b0e475
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
.systray {
background: #2E3440;
color: #E5E6E7;
}

View File

@@ -0,0 +1,8 @@
(defwidget stray []
(systray
:class "systray"
:halign "center"
:valign "center"
:icon-size 16
)
)