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.
30 lines
435 B
30 lines
435 B
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
|
/* Rofi Config for Google Search) */ |
|
|
|
@import "~/.config/rofi/config.rasi" |
|
|
|
/* ---- Window ---- */ |
|
window { |
|
width: 600px; |
|
location: north; |
|
} |
|
|
|
listbox { |
|
children: ["listview" ]; |
|
} |
|
|
|
/* ---- Entry ---- */ |
|
entry { |
|
placeholder: "Google Search"; |
|
} |
|
|
|
/* ---- Inputbar ---- */ |
|
textbox-prompt-colon { |
|
str: "🔎"; |
|
} |
|
|
|
/* ---- Listview ---- */ |
|
listview { |
|
columns: 1; |
|
lines: 0; |
|
} |