Added System bars window

This commit is contained in:
soraefir
2023-11-21 19:19:09 +01:00
parent 8a833d1eb6
commit c58f0dceda
29 changed files with 201 additions and 1093 deletions

View File

@ -10,7 +10,6 @@
@include rounding;
}
@import 'css/sys';
@import 'css/net';
@import 'css/clock';
@ -48,7 +47,7 @@ tooltip {
}
.focused {
background-color: $bg;
background-color: $bg1;
border-radius: 1rem;
margin: .3rem;
padding: .25rem;
@ -63,7 +62,7 @@ tooltip {
border-right-style: none;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
padding: 0 $gaps-window;
padding: $gaps-screen $gaps-window;
margin: $gaps-screen 0;
}