diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-15 12:29:09 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-15 12:29:09 +0530 |
| commit | 6f44baa34babda4c893e6dae08940ab8494f47e6 (patch) | |
| tree | b98826a7226cababece9c16c8e0d056fb692693e /.config/rofi/config.rasi | |
| parent | 90c15239654e7a5c71c64b787b7d1d43c5755d1d (diff) | |
rofi: remove borders and location on top
Diffstat (limited to '.config/rofi/config.rasi')
| -rw-r--r-- | .config/rofi/config.rasi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 8476280..d946e86 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -57,7 +57,6 @@ } element { - padding: 1px ; cursor: pointer; spacing: 5px ; border: 0; @@ -113,7 +112,8 @@ element-icon { window { padding: 5; background-color: @background; - border: 1; + border: 0; + width: 100%; } mainbox { padding: 0; @@ -192,6 +192,9 @@ prompt { configuration { // matching: "fuzzy"; case-sensitive: false; + location: 1; + yoffset: 0; + font: "Fira Code 11"; } textbox-prompt-colon { margin: 0px 0.3000em 0.0000em 0.0000em ; |
