diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 3a78946..8094a9d 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -6,8 +6,6 @@ @import "./style/colors.scss"; // Global Styles .bar { -// background-color: #3a3a3a; -// color: #b0b4bc; padding: 5px 0px; } circular-progress { @@ -21,7 +19,8 @@ circular-progress { border-radius: 8px; margin: 0px 2px; } -.revealer-on-hover>widget>box>box>* { +.revealer-on-hover>widget>box>box>*, +.reveal_children>* { padding: 5px; } .reveal_children>box, @@ -30,7 +29,8 @@ circular-progress { } .rightgroup>label, .rightgroup>button, -.systray { +.systray, +.music { background-color: $color9; border: 2px solid $color1; color: $color0; diff --git a/de/home/.config/eww/eww.yuck b/de/home/.config/eww/eww.yuck index b02b45b..2a2273b 100644 --- a/de/home/.config/eww/eww.yuck +++ b/de/home/.config/eww/eww.yuck @@ -179,14 +179,39 @@ (defpoll time :interval "10s" "date '+%H:%M %b %d, %Y'") -(defwindow bar - :monitor 2 +(defwindow phl_278e1_bar + :monitor "PHL 278E1" :windowtype "dock" :exclusive true :geometry (geometry :x "0%" :y "0%" :width "99%" - :height "15px" + :height "30px" :anchor "top center") :reserve (struts :side "top" :distance "4%") (bar)) + +(defwindow cr270cu_bar + :monitor "CR270CU" + :windowtype "dock" + :exclusive true + :geometry (geometry :x "0%" + :y "0%" + :width "99%" + :height "30px" + :anchor "top center") + :reserve (struts :side "top" :distance "4%") + (bar)) + +(defwindow lg_ultrawide_bar + :monitor "LG ULTRAWIDE" + :windowtype "dock" + :exclusive true + :geometry (geometry :x "0%" + :y "0%" + :width "99%" + :height "100px" + :anchor "top center") + :reserve (struts :side "top" :distance "4%") + (bar)) +