New backup 2025-09-03 18:15:02

This commit is contained in:
Penelope Gwen 2025-09-03 18:15:02 -07:00
parent 288bf687a1
commit 2f474fce85
3 changed files with 5 additions and 7 deletions

View file

@ -47,7 +47,7 @@ $transition-time: 0.3s;
}
@import "./bar/profile.scss";
@import "./bar/power.scss";
@import "./bar/workspaces.scss";
@import "./bar/scratchpad.scss";

View file

@ -1,3 +1,5 @@
.battery {
margin: 0px 10px;
.powermenu {
$module-fg-color: $color7;
$module-bg-color: $color0;
@import "./styles/button.scss"
}

View file

@ -1,4 +0,0 @@
.profile {
padding: 0px 5px;
}