[fix] Add bun.sh

This commit is contained in:
Uttarayan
2023-09-15 01:43:27 +05:30
parent c108f85f4c
commit 9e097ef7ca
3 changed files with 66 additions and 0 deletions

Binary file not shown.

64
config/anyrun/style.css Normal file
View File

@@ -0,0 +1,64 @@
window {
color: #ffffff;
background-color: rgba(15, 15, 15, .2);
border-color: #000000;
}
entry {
color: #ffffff;
background-color: rgba(40, 40, 40, .98);
padding: 14px;
font-size: 30px;
border-color: #000000;
border-radius: 10px;
}
#plugin {
color: #efefef;
border-color: #000000;
border-color: #000000;
border-radius: 5px;
}
#main {
color: #efefef;
border-color: #000000;
border-color: #000000;
border-radius: 5px;
}
/* #match { */
/* /1* color: #000000; *1/ */
/* /1* background-color: #00ffff; *1/ */
/* } */
/* match-title { */
/* color: #00ff00; */
/* background-color: #00ffff; */
/* } */
/* match-desc { */
/* color: #00ff00; */
/* background-color: #00ffff; */
/* } */
/* box#main { */
/* border-radius: 10px; */
/* background-color: @theme_bg_color; */
/* } */
/* list#main { */
/* background-color: rgba(0, 0, 0, 0); */
/* border-radius: 10px; */
/* } */
/* list#plugin { */
/* background-color: rgba(0, 0, 0, 0); */
/* } */
/* label#match-desc { */
/* font-size: 10px; */
/* } */
/* label#plugin { */
/* font-size: 14px; */
/* } */

View File

@@ -0,0 +1,2 @@
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"