feat: add icons

This commit is contained in:
tux
2025-06-09 20:20:32 +05:30
parent 41b9b18436
commit f15a6a483d
15 changed files with 34 additions and 21 deletions

View File

@@ -7,12 +7,6 @@ window.Bar {
padding: 10px;
.launcher {
background-color: $inactive-color;
border-radius: $rounded;
transition: all 0.15s ease-out;
padding: 0px;
margin: 0px;
&:hover {
background-color: $bg-color;
}
@@ -65,6 +59,10 @@ window.Bar {
color: $fg-color;
background-color: $inactive-color;
border-radius: calc($rounded / 1.5);
padding: 5px 10px;
padding: 8px;
image {
-gtk-icon-size: 1.5rem;
}
}
}