66 lines
859 B
Plaintext
66 lines
859 B
Plaintext
|
/* Oh My ZSH Theme */
|
||
|
|
||
|
@import "~/.config/rofi/config.rasi"
|
||
|
|
||
|
/* ---- Configuration ---- */
|
||
|
configuration {
|
||
|
modi: "drun";
|
||
|
}
|
||
|
|
||
|
/* ---- Window ---- */
|
||
|
window {
|
||
|
width: 40%;
|
||
|
border-radius: 15px;
|
||
|
}
|
||
|
|
||
|
mainbox {
|
||
|
children: [ "inputbar" , "listview" ];
|
||
|
}
|
||
|
|
||
|
/* ---- Listbox ---- */
|
||
|
listbox {
|
||
|
border-radius: 12px;
|
||
|
}
|
||
|
|
||
|
/* ---- Inputbar ---- */
|
||
|
inputbar {
|
||
|
padding: 14px;
|
||
|
border-radius: 10px;
|
||
|
}
|
||
|
|
||
|
entry {
|
||
|
expand: true;
|
||
|
placeholder: " 🪟 Search / Choose ZSH theme";
|
||
|
}
|
||
|
|
||
|
/* ---- Listview ---- */
|
||
|
listview {
|
||
|
columns: 3;
|
||
|
lines: 3;
|
||
|
spacing: 4px;
|
||
|
border-radius: 10px;
|
||
|
}
|
||
|
|
||
|
/* ---- Element ---- */
|
||
|
element {
|
||
|
orientation: horizontal;
|
||
|
}
|
||
|
|
||
|
/* ---- Message ---- */
|
||
|
message {
|
||
|
border-radius: 10px;
|
||
|
}
|
||
|
|
||
|
textbox {
|
||
|
padding: 15px;
|
||
|
}
|
||
|
|
||
|
/* ---- Element ---- */
|
||
|
element-icon {
|
||
|
size: 0%;
|
||
|
}
|
||
|
element-text {
|
||
|
horizontal-align: 0.0;
|
||
|
margin: 5px 30px 5px 30px;
|
||
|
}
|