diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-09 14:21:40 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-09 14:21:40 +0900 |
| commit | 605927b2e04af43ebd6daef75305dfe7138eb440 (patch) | |
| tree | 5fe2069c82d8a272d5d3619274b034dad2020e66 /config | |
| parent | 13eb49132583dbbe948ac80f8d941d7b3c8d11f0 (diff) | |
added
Diffstat (limited to 'config')
| -rw-r--r-- | config/rofi/config.rasi | 14 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 14 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config.rasi | 14 |
3 files changed, 21 insertions, 21 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index ec0968ca..0b845ea2 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -7,15 +7,16 @@ configuration { font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; - display-run: ""; - display-filebrowser: ""; - display-window: ""; + display-run: ""; + display-filebrowser: ""; + display-window: ""; drun-display-format: "{name}"; hover-select: true; me-select-entry: "MouseSecondary"; me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -90,7 +91,7 @@ inputbar { textbox-prompt-colon { enabled: true; - padding: 8px 0px 8px 0px; + padding: 10px 0px 10px 10px; expand: false; str: "🐧"; text-color: inherit; @@ -99,11 +100,10 @@ textbox-prompt-colon { entry { enabled: true; - font: "Fira Code SemiBold 10"; padding: 10px 0px 10px 0px; text-color: inherit; cursor: text; - placeholder: "Search...(ctrl+tab to select mode)"; + placeholder: "Search (ctrl tab to choose mode)"; placeholder-color: inherit; background-color: transparent; } @@ -117,7 +117,7 @@ mode-switcher{ } button { - padding: 2px 14px 2px 14px; + padding: 1px 12px 1px 12px; border-radius: 12px; background-color: @background; text-color: inherit; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index ec0968ca..0b845ea2 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -7,15 +7,16 @@ configuration { font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; - display-run: ""; - display-filebrowser: ""; - display-window: ""; + display-run: ""; + display-filebrowser: ""; + display-window: ""; drun-display-format: "{name}"; hover-select: true; me-select-entry: "MouseSecondary"; me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -90,7 +91,7 @@ inputbar { textbox-prompt-colon { enabled: true; - padding: 8px 0px 8px 0px; + padding: 10px 0px 10px 10px; expand: false; str: "🐧"; text-color: inherit; @@ -99,11 +100,10 @@ textbox-prompt-colon { entry { enabled: true; - font: "Fira Code SemiBold 10"; padding: 10px 0px 10px 0px; text-color: inherit; cursor: text; - placeholder: "Search...(ctrl+tab to select mode)"; + placeholder: "Search (ctrl tab to choose mode)"; placeholder-color: inherit; background-color: transparent; } @@ -117,7 +117,7 @@ mode-switcher{ } button { - padding: 2px 14px 2px 14px; + padding: 1px 12px 1px 12px; 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 2e70e112..dad2679d 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -7,15 +7,16 @@ configuration { font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; - display-run: ""; - display-filebrowser: ""; - display-window: ""; + display-run: ""; + display-filebrowser: ""; + display-window: ""; drun-display-format: "{name}"; hover-select: true; me-select-entry: "MouseSecondary"; me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -90,7 +91,7 @@ inputbar { textbox-prompt-colon { enabled: true; - padding: 8px 0px 8px 0px; + padding: 10px 0px 10px 10px; expand: false; str: "🐧"; text-color: inherit; @@ -99,11 +100,10 @@ textbox-prompt-colon { entry { enabled: true; - font: "Fira Code SemiBold 12"; padding: 10px 0px 10px 0px; text-color: inherit; cursor: text; - placeholder: "Search...(ctrl+tab to select mode)"; + placeholder: "Search (ctrl tab to choose mode)"; placeholder-color: inherit; background-color: transparent; } @@ -117,7 +117,7 @@ mode-switcher{ } button { - padding: 2px 14px 2px 14px; + padding: 1px 12px 1px 12px; border-radius: 12px; background-color: @background; text-color: inherit; |
