init
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* Rofi Config for Google Search) */
|
||||
|
||||
@import "~/.config/rofi/config.rasi"
|
||||
|
||||
/* ---- Window ---- */
|
||||
window {
|
||||
width: 40%;
|
||||
//orientation: horizontal;
|
||||
height: inherit;
|
||||
y-offset: 10px;
|
||||
location: north;
|
||||
children: [ "entry", "message" ];
|
||||
border: 2px;
|
||||
border-color: white/25%;
|
||||
}
|
||||
|
||||
/* ---- Entry ---- */
|
||||
entry {
|
||||
expand: true;
|
||||
placeholder: " 🔎 Google Search";
|
||||
horizontal-align: 0.5;
|
||||
padding: 15px;
|
||||
border-radius: inherit;
|
||||
}
|
||||
Reference in New Issue
Block a user