nixos-configs/nixosModules/ags/v2/widgets/bar/style.scss
matt1432 af10d27e1b
All checks were successful
Discord / discord commits (push) Has been skipped
feat(agsV2): add current-client
2024-09-27 16:35:32 -04:00

19 lines
369 B
SCSS

.bar {
.bar-item {
padding: 5px 10px 5px 10px;
border-radius: 7px;
background-color: darken($window_bg_color, 3%);
font-size: 20px;
min-height: 30px;
.battery icon {
&.charging {
color: green;
}
&.low {
color: red;
}
}
}
}