diff --git a/.config/eww/topbar_dp2.yuck b/.config/eww/topbar_dp2.yuck index 4e39189..c10030f 100644 --- a/.config/eww/topbar_dp2.yuck +++ b/.config/eww/topbar_dp2.yuck @@ -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' diff --git a/.config/eww/topbar_dp3.yuck b/.config/eww/topbar_dp3.yuck index 1f82fe4..ce348a6 100644 --- a/.config/eww/topbar_dp3.yuck +++ b/.config/eww/topbar_dp3.yuck @@ -9,15 +9,15 @@ :exclusive true :reserve (struts :side "top" :distance "4%") :windowtype "dock" - (bar0)) + (bar1)) -(defwidget bar0 [] +(defwidget bar1 [] (centerbox :orientation "h" - (left) - (center) - (right))) + (bar1_left) + (bar1_center) + (bar1_right))) -(defwidget left [] +(defwidget bar1_left [] (box :orientation 'h' :class: 'left' :space-evenly false @@ -26,14 +26,14 @@ (hypr_workspaces))) -(defwidget center [] +(defwidget bar1_center [] (box :orientation 'h' :class 'center' :space-evenly false :spacing 5 (sysmon))) -(defwidget right [] +(defwidget bar1_right [] (box :orientation 'h' :class 'right'