feat: add window title, move to top

This commit is contained in:
2025-09-16 17:15:43 -07:00
parent 9deede1378
commit 9c89c72647
5 changed files with 43 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ window.Bar {
.status-box {
background-color: $bg-color-6;
padding: 0 4px;
margin: 0 4px;
margin: 0 2px;
font-size: 16px;
}
@@ -31,6 +31,10 @@ window.Bar {
background-color: $inactive-bg-color;
}
.client-title label {
font-weight: bold;
}
.nix-icon {
font-size: 24px;
padding: 0 2px;