Fix status bar on desktop

This commit is contained in:
Kiana Sheibani 2024-06-05 02:39:28 -04:00
parent 7d446d026a
commit 36441ce7fd

View file

@ -341,7 +341,9 @@
(bar_internet) (bar_internet)
(bar_sep) (bar_sep)
(bar_storage) (bar_storage)
(bar_ram))) (bar_ram)
(bar_sep)
(bar_idleinhibit)))
(defwidget desktop_bar_layout [] (defwidget desktop_bar_layout []
(centerbox :class "bar" (centerbox :class "bar"
@ -351,7 +353,7 @@
:hexpand true :hexpand true
(desktop_bar_left_edge) (desktop_bar_left_edge)
(desktop_bar_left_wing)) (desktop_bar_left_wing))
(bar_center) (desktop_bar_center)
(box :orientation "h" (box :orientation "h"
:space-evenly false :space-evenly false
(desktop_bar_right_wing) (desktop_bar_right_wing)