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.
46 lines
668 B
46 lines
668 B
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
|
/* Main Config (long) */ |
|
|
|
@import "~/.config/rofi/config.rasi" |
|
|
|
/* ---- Configuration ---- */ |
|
configuration { |
|
modi: "drun"; |
|
} |
|
|
|
/* ---- Window ---- */ |
|
window { |
|
width: 700px; |
|
} |
|
|
|
/* ---- Inputbar ---- */ |
|
inputbar { |
|
children: |
|
["entry"]; |
|
} |
|
|
|
entry { |
|
placeholder: "🔎 Search"; |
|
width: 600px; |
|
} |
|
|
|
/* ---- Listview ---- */ |
|
listview { |
|
columns: 1; |
|
lines: 9; |
|
spacing: 4px; |
|
fixed-columns: true; |
|
border-radius: 10px; |
|
scrollbar: false; |
|
} |
|
|
|
/*****----- Message -----*****/ |
|
message { |
|
background-color: transparent; |
|
border-radius: 10px; |
|
} |
|
|
|
textbox { |
|
padding: 6px; |
|
background-color: transparent; |
|
}
|
|
|