refactor: rename app-launcher to launcher

This commit is contained in:
tux
2025-09-24 16:58:13 +05:30
parent 9649ab0b6e
commit 290326f849
5 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,38 @@
window.launcher {
background: $bg-color;
border-radius: $rounded;
padding: 10px;
font-size: 1.2rem;
.search {
min-width: 300px;
padding: 10px;
color: rgba($fg-color, 0.5);
}
separator {
border: 1px solid rgba($inactive-color, 0.5);
}
.list {
background: $bg-color;
}
.button {
border-radius: $rounded;
padding: 10px;
&:hover,
&:focus {
background: $inactive-color;
}
image {
-gtk-icon-size: 2rem;
}
}
.name {
color: $fg-color;
}
}