Moves from i3 to hypr
This commit is contained in:
parent
6f069d32e1
commit
a186edca69
380 changed files with 23450 additions and 27796 deletions
51
.config/rofi/config-wallpaper.rasi
Normal file
51
.config/rofi/config-wallpaper.rasi
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main Config (wallpaper) */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Configuration ---- */
|
||||
configuration {
|
||||
modi: "drun";
|
||||
}
|
||||
|
||||
window {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
/* ---- Imagebox ---- */
|
||||
imagebox {
|
||||
orientation: vertical;
|
||||
children:
|
||||
[ "entry", "listbox"];
|
||||
}
|
||||
|
||||
|
||||
entry {
|
||||
expand: false;
|
||||
placeholder: "🎞️ Choose Wallpaper";
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 5;
|
||||
lines: 3;
|
||||
flow: horizontal;
|
||||
}
|
||||
|
||||
/* ---- Element ---- */
|
||||
element {
|
||||
orientation: vertical;
|
||||
padding: 0px;
|
||||
spacing: 0px;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 15%;
|
||||
}
|
||||
|
||||
element-text {
|
||||
font: "JetBrainsMono Nerd Font SemiBold 12";
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue