feat: Move to anyrun

This commit is contained in:
Fabio Lenherr / DashieTM 2023-04-03 00:25:39 +02:00
parent a03d159973
commit 7ff61a42c6
21 changed files with 99 additions and 88 deletions

9
anyrun/config.ron Normal file
View file

@ -0,0 +1,9 @@
Config(
width: 800,
plugins: [
"libapplications.so",
"librink.so",
"libshell.so",
"libtranslate.so",
],
)

BIN
anyrun/plugins/libapplications.so Executable file

Binary file not shown.

BIN
anyrun/plugins/librink.so Executable file

Binary file not shown.

BIN
anyrun/plugins/libshell.so Executable file

Binary file not shown.

BIN
anyrun/plugins/libsymbols.so Executable file

Binary file not shown.

BIN
anyrun/plugins/libtranslate.so Executable file

Binary file not shown.

46
anyrun/style.css Normal file
View file

@ -0,0 +1,46 @@
#window {
border-radius: 10px;
}
box#main {
border-radius: 10px;
}
list#main {
border-radius: 10px;
margin: 0px 10px 10px 10px;
}
list#plugin {
border-radius: 10px;
}
list#match {
border-radius: 10px;
}
entry#entry {
border: none;
border-radius: 10px;
margin: 10px 10px 0px 10px;
}
label#match-desc {
font-size: 12px;
border-radius: 10px;
}
label#match-title {
font-size: 12px;
border-radius: 10px;
}
label#plugin {
font-size: 16px;
border-radius: 10px;
}
* {
border-radius: 10px;
}