mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-25 02:07:28 -05:00
17 lines
437 B
Plaintext
17 lines
437 B
Plaintext
(defwidget status_widget []
|
|
(box
|
|
:space-evenly false
|
|
(box :hexpand true)
|
|
(systray :pack-direction "rtl" :icon-size 18)
|
|
(box :class "corner-width")
|
|
(label
|
|
:class "bar-width icon-material bar-system-icon txt-norm txt"
|
|
:text {WIFI_ICONS[net.level]}
|
|
)
|
|
(label
|
|
:class "bar-width icon-material bar-system-icon txt-norm txt"
|
|
:text {bluetooth.icon}
|
|
)
|
|
(box :class "corner-width")
|
|
)
|
|
) |