diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 5c0827a..03d72f1 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -47,7 +47,7 @@ $transition-time: 0.3s; } - @import "./bar/profile.scss"; + @import "./bar/power.scss"; @import "./bar/workspaces.scss"; @import "./bar/scratchpad.scss"; diff --git a/de/home/.config/eww/style/bar/power.scss b/de/home/.config/eww/style/bar/power.scss index 2a034e4..eaa5a3c 100644 --- a/de/home/.config/eww/style/bar/power.scss +++ b/de/home/.config/eww/style/bar/power.scss @@ -1,3 +1,5 @@ -.battery { - margin: 0px 10px; +.powermenu { + $module-fg-color: $color7; + $module-bg-color: $color0; + @import "./styles/button.scss" } diff --git a/de/home/.config/eww/style/bar/profile.scss b/de/home/.config/eww/style/bar/profile.scss deleted file mode 100644 index e589f14..0000000 --- a/de/home/.config/eww/style/bar/profile.scss +++ /dev/null @@ -1,4 +0,0 @@ -.profile { - padding: 0px 5px; - -}