diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-10 05:28:48 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-10 05:28:48 +0900 |
| commit | 16945d7f665999d04dec8e6d18e5cccca23f64e6 (patch) | |
| tree | c712ae7b7c39a22f802f707dde20bbdcc3418d6e | |
| parent | ca87fbfa79a56215db03c9b85f8bcec2e4ec4245 (diff) | |
updated rofi main
| -rw-r--r-- | config/rofi/config.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 4 | ||||
| -rw-r--r-- | 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; } |
