diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-09 12:41:53 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-09 12:41:53 +0900 |
| commit | c984a8093c4857829026a0772aaa4a6af96ac5f0 (patch) | |
| tree | c4f107c8845ddd7fe790c19fdb214b657eeefe3a /config/rofi/resolution | |
| parent | f21ce059bc23a55138288672887bf50bc5cd2698 (diff) | |
some small tweaks on rofi
Diffstat (limited to 'config/rofi/resolution')
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 8 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config.rasi | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 8430cc80..ec0968ca 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -16,7 +16,6 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - } /* ---- Load pywal colors (custom wal template) ---- */ @@ -91,7 +90,7 @@ inputbar { textbox-prompt-colon { enabled: true; - padding: 10px 0px 10px 10px; + padding: 8px 0px 8px 0px; expand: false; str: "🐧"; text-color: inherit; @@ -100,10 +99,11 @@ textbox-prompt-colon { entry { enabled: true; + font: "Fira Code SemiBold 10"; padding: 10px 0px 10px 0px; text-color: inherit; cursor: text; - placeholder: "Search"; + placeholder: "Search...(ctrl+tab to select mode)"; placeholder-color: inherit; background-color: transparent; } @@ -117,7 +117,7 @@ mode-switcher{ } button { - padding: 2px 24px 2px 24px; + padding: 2px 14px 2px 14px; border-radius: 12px; background-color: @background; text-color: inherit; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index dca52fde..2e70e112 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -16,7 +16,6 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - } /* ---- Load pywal colors (custom wal template) ---- */ @@ -91,7 +90,7 @@ inputbar { textbox-prompt-colon { enabled: true; - padding: 10px 0px 10px 10px; + padding: 8px 0px 8px 0px; expand: false; str: "🐧"; text-color: inherit; @@ -100,10 +99,11 @@ textbox-prompt-colon { entry { enabled: true; + font: "Fira Code SemiBold 12"; padding: 10px 0px 10px 0px; text-color: inherit; cursor: text; - placeholder: "Search"; + placeholder: "Search...(ctrl+tab to select mode)"; placeholder-color: inherit; background-color: transparent; } @@ -117,7 +117,7 @@ mode-switcher{ } button { - padding: 2px 24px 2px 24px; + padding: 2px 14px 2px 14px; border-radius: 12px; background-color: @background; text-color: inherit; |
