diff options
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 ; |
