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.
20 lines
392 B
20 lines
392 B
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
|
/* Main Config (main) */ |
|
|
|
@import "~/.config/rofi/resolution/1080p/config.rasi" |
|
|
|
/* ---- Configuration ---- */ |
|
configuration { |
|
font: "Fira Code SemiBold 14"; |
|
} |
|
|
|
/* ---- Window ---- */ |
|
window { |
|
width: 650px; |
|
background-image: url("~/.config/rofi/.current_wallpaper", width); |
|
} |
|
|
|
/* ---- Listview ---- */ |
|
listview { |
|
spacing: 5px; |
|
}
|
|
|