From c984a8093c4857829026a0772aaa4a6af96ac5f0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 9 Dec 2023 12:41:53 +0900 Subject: [PATCH] some small tweaks on rofi --- config/hypr/configs/Keybinds.conf | 4 ++-- config/rofi/config.rasi | 8 ++++---- config/rofi/resolution/1080p/config.rasi | 8 ++++---- config/rofi/resolution/1440p/config.rasi | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 2c4a048..523416b 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -16,8 +16,8 @@ $volume = $scriptsDir/Volume.sh # see https://wiki.hyprland.org/Configuring/Binds/ for more # rofi launcher -bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser -bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser +bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi run,drun,filebrowser +bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi run,drun,filebrowser bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0 bind = $mainMod SHIFT, R, exec, hyprctl reload diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 8430cc8..ec0968c 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/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/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 8430cc8..ec0968c 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 dca52fd..2e70e11 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;