From 16945d7f665999d04dec8e6d18e5cccca23f64e6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 10 Dec 2023 05:28:48 +0900 Subject: updated rofi main --- config/rofi/config.rasi | 4 ++-- config/rofi/resolution/1080p/config.rasi | 4 ++-- config/rofi/resolution/1440p/config.rasi | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 0b845ea2..cee7b929 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { - modi: "drun,run"; + modi: "drun,run,filebrowser"; font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; @@ -84,7 +84,7 @@ inputbar { border-radius: 12px; border-color: @foreground; background-color: @background; - children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; + children: [ "mode-switcher", "entry" ]; border: 1px; border-color: @active-background; } diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 0b845ea2..cee7b929 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { - modi: "drun,run"; + modi: "drun,run,filebrowser"; font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; @@ -84,7 +84,7 @@ inputbar { border-radius: 12px; border-color: @foreground; background-color: @background; - children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; + children: [ "mode-switcher", "entry" ]; border: 1px; border-color: @active-background; } diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index dad2679d..f486a426 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { - modi: "drun,run"; + modi: "drun,run,filebrowser"; font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; @@ -84,7 +84,7 @@ inputbar { border-radius: 12px; border-color: @foreground; background-color: @background; - children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; + children: [ "mode-switcher", "entry" ]; border: 1px; border-color: @active-background; } -- cgit v1.2.3