Replace application launcher with anyrun

This commit is contained in:
Michel Fedde 2025-04-05 12:39:33 +02:00
parent 694538092c
commit 0c0a9d66b3
8 changed files with 97 additions and 3 deletions

View file

@ -0,0 +1,39 @@
@import "../../theming/library/entry.scss";
* {
color: $foreground;
border-radius: $border-radius;
}
#window {
background-color: rgba(0, 0, 0, 0);
}
box#main {
background-color: $background;
box-shadow: $box-shadow;
border: none;
}
list {
}
list#main {
background-color: rgba(0, 0, 0, 0);
padding: 0.5rem;
}
list#plugin {
background-color: rgba(0, 0, 0, 0);
}
label#match-desc {
font-size: 10px;
}
label#plugin {
font-size: 14px;
}