aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-12-10 12:30:45 +0900
committerGitHub <noreply@github.com>2023-12-10 12:30:45 +0900
commitce56138a3d50b42ee4ef857ed0e76dbefdde5b15 (patch)
tree3d4b49b9c4a4209c871d1796e242f8845f54be2d /config/rofi
parentf21ce059bc23a55138288672887bf50bc5cd2698 (diff)
parent8709271a3b0c84174571647e04ecc6ccc40414d0 (diff)
Merge pull request #59 from JaKooLit/working-on-it
bump 2.1.18
Diffstat (limited to 'config/rofi')
-rw-r--r--config/rofi/config.rasi14
-rw-r--r--config/rofi/resolution/1080p/config.rasi14
-rw-r--r--config/rofi/resolution/1440p/config.rasi14
3 files changed, 21 insertions, 21 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi
index 8430cc80..cee7b929 100644
--- a/config/rofi/config.rasi
+++ b/config/rofi/config.rasi
@@ -3,13 +3,13 @@
/* ---- Configuration ---- */
configuration {
- modi: "drun,run";
+ modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
+ display-run: "";
+ display-filebrowser: "";
+ display-window: "󱂬";
drun-display-format: "{name}";
hover-select: true;
me-select-entry: "MouseSecondary";
@@ -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;
}
@@ -103,7 +103,7 @@ entry {
padding: 10px 0px 10px 0px;
text-color: inherit;
cursor: text;
- placeholder: "Search";
+ placeholder: "Search (ctrl tab to choose mode)";
placeholder-color: inherit;
background-color: transparent;
}
@@ -117,7 +117,7 @@ mode-switcher{
}
button {
- padding: 2px 24px 2px 24px;
+ padding: 1px 12px 1px 12px;
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 8430cc80..cee7b929 100644
--- a/config/rofi/resolution/1080p/config.rasi
+++ b/config/rofi/resolution/1080p/config.rasi
@@ -3,13 +3,13 @@
/* ---- Configuration ---- */
configuration {
- modi: "drun,run";
+ modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
+ display-run: "";
+ display-filebrowser: "";
+ display-window: "󱂬";
drun-display-format: "{name}";
hover-select: true;
me-select-entry: "MouseSecondary";
@@ -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;
}
@@ -103,7 +103,7 @@ entry {
padding: 10px 0px 10px 0px;
text-color: inherit;
cursor: text;
- placeholder: "Search";
+ placeholder: "Search (ctrl tab to choose mode)";
placeholder-color: inherit;
background-color: transparent;
}
@@ -117,7 +117,7 @@ mode-switcher{
}
button {
- padding: 2px 24px 2px 24px;
+ padding: 1px 12px 1px 12px;
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 dca52fde..f486a426 100644
--- a/config/rofi/resolution/1440p/config.rasi
+++ b/config/rofi/resolution/1440p/config.rasi
@@ -3,13 +3,13 @@
/* ---- Configuration ---- */
configuration {
- modi: "drun,run";
+ modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 14";
show-icons: true;
display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
+ display-run: "";
+ display-filebrowser: "";
+ display-window: "󱂬";
drun-display-format: "{name}";
hover-select: true;
me-select-entry: "MouseSecondary";
@@ -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;
}
@@ -103,7 +103,7 @@ entry {
padding: 10px 0px 10px 0px;
text-color: inherit;
cursor: text;
- placeholder: "Search";
+ placeholder: "Search (ctrl tab to choose mode)";
placeholder-color: inherit;
background-color: transparent;
}
@@ -117,7 +117,7 @@ mode-switcher{
}
button {
- padding: 2px 24px 2px 24px;
+ padding: 1px 12px 1px 12px;
border-radius: 12px;
background-color: @background;
text-color: inherit;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage