Moves from i3 to hypr
This commit is contained in:
parent
6f069d32e1
commit
a186edca69
380 changed files with 23450 additions and 27796 deletions
59
.config/rofi/config-zsh-theme.rasi
Normal file
59
.config/rofi/config-zsh-theme.rasi
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main Config (compact) */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Configuration ---- */
|
||||
configuration {
|
||||
modi: "drun";
|
||||
}
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 40%;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
/* ---- Imagebox ---- */
|
||||
imagebox {
|
||||
orientation: vertical;
|
||||
children:
|
||||
[ "inputbar", "listbox"];
|
||||
}
|
||||
|
||||
/* ---- Listbox ---- */
|
||||
listbox {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
/* ---- Inputbar ---- */
|
||||
inputbar {
|
||||
padding: 14px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
entry {
|
||||
placeholder: " Choose ZSH theme";
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 3;
|
||||
lines: 3;
|
||||
spacing: 4px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/* ---- Element ---- */
|
||||
element {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/* ---- Message ---- */
|
||||
message {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 15px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue