From 80d68d8cd29875a62608f1b3f22c17b0ce8e49e1 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 30 Oct 2021 19:35:02 +0300 Subject: rofi: add modes & prompt --- .config/rofi/config.rasi | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 260674b..888713a 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,11 +1,13 @@ configuration { - modi: "drun,window"; + modi: "drun,window,ssh"; font: "Iosevka 10"; drun-display-format: "{name} [ | {generic}]"; sidebar-mode: false; show-icons: true; icon-theme: "Qogir-dark"; - terminal: "kitty"; + display-window: ""; + display-drun: "λ"; + display-ssh: ""; } @theme "/dev/null" @@ -14,6 +16,7 @@ configuration { bg: #191724; fg: #e0def4; button: #31748f; + rose: #ebbcba; background-color: @bg; text-color: @fg; } @@ -23,7 +26,15 @@ window { width: 40%; } -prompt { enabled: false; } +prompt { + placeholder-color: @fg; + expand: false; + border-radius: 8px; + padding: 1.5% 0.5%; + background-color: @rose; + text-color: @bg; + font: "Iosevka 14"; +} entry { placeholder: "search"; -- cgit v1.2.3-61-g4310