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

44 lines
636 B
Text
Executable file

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config 1440p */
@import "~/.config/rofi/master-config.rasi"
/* ---- Window ---- */
window {
width: 60%;
}
/* ---- Entry input ---- */
entry {
width: 18%;
}
/* ---- Mode Switcher ---- */
button {
width: 110px;
}
/* ---- 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: 5%;
}
element-text {
font: "Fira Code SemiBold 12";
vertical-align: 0.5;
horizontal-align: 0.5;
}