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.
26 lines
435 B
26 lines
435 B
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
|
/* Rofi Config for Google Search) */ |
|
|
|
@import "~/.config/rofi/config.rasi" |
|
|
|
/* ---- Window ---- */ |
|
window { |
|
width: 700px; |
|
location: north; |
|
} |
|
|
|
/* ---- Mainbox ---- */ |
|
mainbox { |
|
padding: 2px; |
|
children: [ "inputbar" ]; |
|
} |
|
|
|
/* ---- Entry ---- */ |
|
entry { |
|
placeholder: "Google Search"; |
|
} |
|
|
|
/* ---- Inputbar ---- */ |
|
textbox-prompt-colon { |
|
str: "🔎"; |
|
}
|
|
|