some more stuff

This commit is contained in:
2025-03-07 04:35:17 +01:00
parent 4ae7e1c9b4
commit 401af6dddb
2 changed files with 2 additions and 25 deletions

View File

@@ -45,28 +45,3 @@ window {
//background: yellow;
}
}
.workspace{
background: #ffffff;
color: #000000;
&--activ{
background: #000000;
color: #ffffff;
}
}
.activewindow{
background: #98C379;
color: #ffffff;
&--xwayland{
background: red;
color: black;
}
&--tooltip{
background: darkgrey;
color: white;
}
}

View File

@@ -3,3 +3,5 @@
@import 'widgets/systray';
@import 'widgets/hyprsunset';
@import 'widgets/lorem-text';
@import 'widgets/hypr_activewindow.scss';
@import 'widgets/hypr_workspaces.scss';