agsdotfilesdotshyprlandhyprland-configricerofirofi-configshell-scriptsswwwwallustwaybarwaybar-modulewaybar-themes
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.
36 lines
480 B
36 lines
480 B
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
|
/* Main Config 1440p */ |
|
|
|
/* ---- Configuration ---- */ |
|
|
|
@import "~/.config/rofi/master-config.rasi" |
|
|
|
configuration { |
|
font: "Fira Code SemiBold 13"; |
|
} |
|
/* ---- Window ---- */ |
|
window { |
|
width: 40%; |
|
} |
|
|
|
/* ---- Entry input ---- */ |
|
entry { |
|
width: 18%; |
|
} |
|
|
|
|
|
|
|
/* ---- Listview ---- */ |
|
listview { |
|
lines: 8; |
|
} |
|
|
|
/* ---- Mode Switcher ---- */ |
|
button { |
|
width: 110px; |
|
} |
|
|
|
element-text { |
|
font: "Fira Code SemiBold 16"; |
|
} |
|
|
|
|