diff --git a/de/home/.config/eww/style/bar/idle-inhibitor.scss b/de/home/.config/eww/style/bar/idle-inhibitor.scss index 7794d5c..30cddc6 100644 --- a/de/home/.config/eww/style/bar/idle-inhibitor.scss +++ b/de/home/.config/eww/style/bar/idle-inhibitor.scss @@ -1,9 +1,8 @@ .idle-inhibitor { - $module-button-bg-color: $bar-bg-color; - $module-button-fg-color: $bar-module-fg-color; + $module-bg-color: $color7; + $module-fg-color: $bar-module-fg-color; - margin: 0px 10px; -// padding: 0px 6px; + margin: 0px 5px; @import "./styles/button.scss"; &.inactive { opacity: 0.6; diff --git a/de/home/.config/eww/style/bar/styles/button.scss b/de/home/.config/eww/style/bar/styles/button.scss index 010a2e0..170b1c4 100644 --- a/de/home/.config/eww/style/bar/styles/button.scss +++ b/de/home/.config/eww/style/bar/styles/button.scss @@ -2,10 +2,10 @@ button { border-radius: $bar-module-border-radius; padding: 0px 10px; - color: $module-button-fg-color; - background-color: $module-button-bg-color; + color: $module-fg-color; + background-color: $module-bg-color; &:hover { - background-color: rgba($module-button-bg-color,0.7); + background-color: rgba($module-bg-color,0.7); } transition: all $transition-time; }