Handy dot files with sensible bindings and settings
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

47 lines
763 B

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (compact) */
@import "~/.config/rofi/config.rasi"
/* ---- Configuration ---- */
configuration {
modi: "drun";
}
/* ---- Window ---- */
window {
width: 24%;
border-radius: 15px;
}
/* ---- Inputbar ---- */
inputbar {
background-image: url("~/.config/rofi/.current_wallpaper", width);
}
/* ---- Imagebox ---- */
imagebox {
orientation: vertical;
children:
[ "entry", "listview"];
}
/* ---- Entry input ---- */
entry {
width: 18%;
placeholder: " View / Edit Hyprland Configs";
}
/* ---- Listview ---- */
listview {
columns: 1;
lines: 10;
spacing: 4px;
scrollbar: false;
border-radius: 12px;
}
/* ---- Element ---- */
element {
border-radius: 10px;
}