diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 9ca2bfb..78242ff 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -13,22 +13,12 @@ background-color: rgba($color1,0.5); } } -.music { - margin: 10px; -} -/*.tray_children { - margin: 0px 10px; -} -.leftgroup { - margin-left: 5px; -} -.rightgroup { - margin-right: 10px; -}*/ + .leftgroup, .centergroup, .rightgroup { background-color: rgba($color0,0.85); + border-radius: 8px; } .leftgroup>*, .centergroup>*, diff --git a/de/home/.config/eww/modules/bar/bluetooth.yuck b/de/home/.config/eww/modules/bar/bluetooth.yuck index 84a43b3..2aee497 100644 --- a/de/home/.config/eww/modules/bar/bluetooth.yuck +++ b/de/home/.config/eww/modules/bar/bluetooth.yuck @@ -10,7 +10,7 @@ (defwidget bluetooth_children [array] (box :class "reveal_children" - :orientation "v" + :orientation "h" :space-evenly true :halign "start" diff --git a/de/home/.config/eww/modules/bar/revealer-on-hover.yuck b/de/home/.config/eww/modules/bar/revealer-on-hover.yuck index 366f10d..a62d344 100644 --- a/de/home/.config/eww/modules/bar/revealer-on-hover.yuck +++ b/de/home/.config/eww/modules/bar/revealer-on-hover.yuck @@ -1,7 +1,7 @@ (defwidget revealer-on-hover [revealvar revealvar-name ?class ?duration ?transition] (box :class "${class} revealer-on-hover" - :orientation "v" + :orientation "h" :space-evenly false (eventbox :onhover "${EWW_CMD} update ${revealvar-name}=true" @@ -11,6 +11,6 @@ (children :nth 0) (revealer :reveal revealvar - :transition {transition ?: "slidedown"} + :transition {transition ?: "slideright"} :duration {duration ?: "500ms"} (children :nth 1))))))