add(ags/bar): network section + tweak styles

This commit is contained in:
2025-05-18 20:09:31 +02:00
parent 1dbd2d1f0d
commit 5b073fa9d6
9 changed files with 127 additions and 12 deletions

View File

@ -1,6 +1,11 @@
@use './theme_colors.scss' as *;
@use '_variables' as *;
@use 'mixins';
.material-icon {
@include mixins.material-icon;
}
.separator {
color: $base05;
}

View File

@ -2,7 +2,7 @@
window.bar {
font-weight: bold;
>box {
border-radius: 10px;
}
@ -11,10 +11,10 @@ window.bar {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: $base00;
padding: 0.25rem 1rem;
padding: 0rem 1rem;
margin: 0;
* { color: $base0B; }
*:not(.separator) { color: $base0B; }
}
.tray .item {