From 2f474fce85fe7f0a390f4e14c6a828744ac8f3bc Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 3 Sep 2025 18:15:02 -0700 Subject: [PATCH] New backup 2025-09-03 18:15:02 --- de/home/.config/eww/style/bar.scss | 2 +- de/home/.config/eww/style/bar/power.scss | 6 ++++-- de/home/.config/eww/style/bar/profile.scss | 4 ---- 3 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 de/home/.config/eww/style/bar/profile.scss 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; - -}