From 3199b4ecaf546748fa322e6bdd67c6836bd16bd9 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Sat, 25 Feb 2023 16:08:31 -0500 Subject: [PATCH] custom dmenu replacement --- launchers/dropdown-text-files.rasi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/launchers/dropdown-text-files.rasi b/launchers/dropdown-text-files.rasi index e4acb95..37be7a4 100644 --- a/launchers/dropdown-text-files.rasi +++ b/launchers/dropdown-text-files.rasi @@ -1,7 +1,10 @@ + /*****----- Configuration -----*****/ configuration { modi: "filebrowser"; show-icons: true; + display-filebrowser: ""; + filebrowser-display-format: "{name}"; } /*****----- Global Properties -----*****/ @@ -11,6 +14,8 @@ configuration { /*****----- Main Window -----*****/ window { transparency: "real"; + location: north; + anchor: north; fullscreen: false; width: 750px; x-offset: 0px; @@ -58,7 +63,6 @@ prompt { background-color: inherit; text-color: inherit; } - textbox-prompt-colon { enabled: true; expand: false; @@ -71,7 +75,7 @@ entry { background-color: inherit; text-color: inherit; cursor: text; - placeholder: "Select Background"; + placeholder: "Search"; placeholder-color: inherit; }