diff options
author | listout <listout@protonmail.com> | 2022-08-06 17:11:29 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:36 +0530 |
commit | d9b932ed46769b0e3b7675fea8467983b5af0923 (patch) | |
tree | 67b474473918973497d68179045db999c3b2dc48 /.config | |
parent | daaa5822ddc06c8fc0689d12b4636de768bfebc2 (diff) |
rofi: use relative height and width
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config')
-rw-r--r-- | .config/rofi/config.rasi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 627fc51..fb33888 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,5 +1,5 @@ configuration { - font: "Monospace Bold 12"; + font: "Monospace Bold 11"; modi: "drun,windowcd,window"; show-icons: true; display-drun: "run"; @@ -20,11 +20,11 @@ configuration { window { border: 2px; - border-color: #5b5f71; + border-color: #4c566a; border-radius: 0px; padding: 0px; - width: 20%; - height: 15%; + width: 20em; + height: 20em; } prompt { |