nixos-configs/nixosModules/ags/v2/widgets/bar/style.scss

20 lines
369 B
SCSS
Raw Normal View History

2024-09-27 12:37:14 -04:00
.bar {
.bar-item {
2024-09-27 16:35:32 -04:00
padding: 5px 10px 5px 10px;
2024-09-27 12:37:14 -04:00
border-radius: 7px;
background-color: darken($window_bg_color, 3%);
font-size: 20px;
min-height: 30px;
.battery icon {
&.charging {
color: green;
}
&.low {
color: red;
}
}
}
}