* Added a Nix Flake and support for running from the Nix Store * Removed variable imports since they're brough in at the top level. * Removed redundan imports and remove unused files (moved to temp). --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
21 lines
446 B
SCSS
21 lines
446 B
SCSS
.bar {
|
|
.battery {
|
|
.bar-button-label.battery {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-text, $bar-buttons-battery-text);
|
|
margin-left: $bar-buttons-battery-spacing;
|
|
}
|
|
|
|
.bar-button-icon.battery {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-battery-icon);
|
|
}
|
|
}
|
|
}
|
|
|
|
.menu-section-container.brightness {
|
|
margin-bottom: 0em;
|
|
}
|
|
|
|
.menu-section-container.energy {
|
|
margin-top: 0.5em;
|
|
}
|