diff --git a/de/home/.config/eww/modules/bar/scratchpad.yuck b/de/home/.config/eww/modules/bar/scratchpad.yuck index c940561..81e190a 100644 --- a/de/home/.config/eww/modules/bar/scratchpad.yuck +++ b/de/home/.config/eww/modules/bar/scratchpad.yuck @@ -13,7 +13,7 @@ 'scripts/bar/scratchpad') (defwidget scratchpad_children [array] (box :orientation "h" - :class "reveal-children scratchpad" + :class "reveal-children" :space-evenly false (for entry in array (button :onclick 'swaymsg [con_id=${entry.win_id}] focus' diff --git a/de/home/.config/eww/style/bar/scratchpad.scss b/de/home/.config/eww/style/bar/scratchpad.scss index 18989a7..2d285e0 100644 --- a/de/home/.config/eww/style/bar/scratchpad.scss +++ b/de/home/.config/eww/style/bar/scratchpad.scss @@ -1,5 +1,5 @@ .scratchpad { -// margin: 0px 5px; - $module-color: $color5; + margin: 0px 5px; + $module-color: $color15; @import "./styles/revealer.scss"; } diff --git a/de/home/.config/eww/style/bar/styles/revealer.scss b/de/home/.config/eww/style/bar/styles/revealer.scss index 5f6ef5a..6d5abea 100644 --- a/de/home/.config/eww/style/bar/styles/revealer.scss +++ b/de/home/.config/eww/style/bar/styles/revealer.scss @@ -3,6 +3,11 @@ // border: 2px solid $module-color; border-radius: $bar-module-border-radius;// } + +//.reveal-children>button>image, +.reveal-children>widget>image { + padding: 0px 7px; +} .revealer-preview, .reveal-children>* { padding: 0px 7px; diff --git a/de/home/.config/eww/style/bar/tray.scss b/de/home/.config/eww/style/bar/tray.scss index 1497527..1d760eb 100644 --- a/de/home/.config/eww/style/bar/tray.scss +++ b/de/home/.config/eww/style/bar/tray.scss @@ -1,5 +1,5 @@ .tray { margin: 0px 5px; - $module-color: $color2; + $module-color: $color15; @import "./styles/revealer.scss" } diff --git a/de/home/.config/eww/style/bar/window_title.scss b/de/home/.config/eww/style/bar/window_title.scss index ab6fb6c..859f6a6 100644 --- a/de/home/.config/eww/style/bar/window_title.scss +++ b/de/home/.config/eww/style/bar/window_title.scss @@ -1,6 +1,6 @@ .active_window { font-weight: bold; color: $bar-bg-color; - padding: 0px 20px; + padding: 0px 15px; border-radius: $bar-module-border-radius; }