stow_dotfiles/hyprland/.config/rofi/config.rasi
Matthieu Fortin (CPC/CCP) eee7ade89b hypr config ...
2024-09-18 16:00:39 -04:00

38 lines
601 B
Text
Executable file

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config 1080p */
@import "~/.config/rofi/master-config.rasi"
/* ---- Configuration ---- */
configuration {
font: "Fira Code SemiBold 12";
}
/* ---- Window ---- */
window {
width: 60%;
}
/* ---- Listview ---- */
listview {
columns: 6;
lines: 4;
fixed-height: true;
}
/* ---- Element ---- */
element {
orientation: vertical;
padding: 12px 0px 0px 0px;
spacing: 6px;
border-radius: 12px;
}
element-icon {
size: 6%;
}
element-text {
font: "MesloLGS Nerd Font 12";
vertical-align: 0.5;
horizontal-align: 0.5;
}