fixed topbars on both monitors

This commit is contained in:
2025-03-08 09:33:02 +01:00
parent 228b8700a3
commit e4d744c995
2 changed files with 14 additions and 14 deletions

View File

@@ -13,11 +13,11 @@
(defwidget bar0 []
(centerbox :orientation "h"
(left)
(center)
(right)))
(bar0_left)
(bar0_center)
(bar0_right)))
(defwidget left []
(defwidget bar0_left []
(box :orientation 'h'
:class: 'left'
:space-evenly false
@@ -27,7 +27,7 @@
(hypr_active_window)))
(defwidget center []
(defwidget bar0_center []
(box :orientation 'h'
:class 'center'
:space-evenly false
@@ -35,7 +35,7 @@
(media)
(sysmon)))
(defwidget right []
(defwidget bar0_right []
(box
:orientation 'h'
:class 'right'