Moves from i3 to hypr
This commit is contained in:
parent
6f069d32e1
commit
a186edca69
380 changed files with 23450 additions and 27796 deletions
37
.config/rofi/resolution/1440p/config.rasi
Executable file
37
.config/rofi/resolution/1440p/config.rasi
Executable file
|
|
@ -0,0 +1,37 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Main Config 1440p */
|
||||
|
||||
@import "~/.config/rofi/master-config.rasi"
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
/* ---- Mode Switcher ---- */
|
||||
button {
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
/* ---- Listview ---- */
|
||||
listview {
|
||||
columns: 5;
|
||||
lines: 5;
|
||||
fixed-height: true;
|
||||
}
|
||||
|
||||
/* ---- Element ---- */
|
||||
element {
|
||||
orientation: vertical;
|
||||
padding: 10px 5px 10px 5px;
|
||||
spacing: 6px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 3%;
|
||||
}
|
||||
|
||||
element-text {
|
||||
font: "JetBrainsMono Nerd Font SemiBold 12";
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue