feat: add command center launcher

This commit is contained in:
tux
2025-09-25 19:31:12 +05:30
parent 056afad5ac
commit 978f15c305
4 changed files with 25 additions and 7 deletions

View File

@@ -10,8 +10,16 @@ window.Bar {
border-radius: $rounded;
.launcher {
color: $fg-color;
border-radius: calc($rounded / 1.5);
padding: 8px;
image {
-gtk-icon-size: 1.5rem;
}
&:hover {
background-color: $bg-color;
background-color: $inactive-color;
}
}