aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-27 22:33:56 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-27 22:33:56 +0100
commitbf9b6bd0bd2258c8cd456a3d4b5ee0f10cfd9af2 (patch)
tree0cbb42749bd304f059514c184c9f8ac037087b61
parent52ae8bd5f0a3f3535311c3eae33bc8b19d1184cc (diff)
more rofi tweaks
-rw-r--r--.config/rofi/config.rasi##template29
1 files changed, 11 insertions, 18 deletions
diff --git a/.config/rofi/config.rasi##template b/.config/rofi/config.rasi##template
index 902cabf..eff4ef5 100644
--- a/.config/rofi/config.rasi##template
+++ b/.config/rofi/config.rasi##template
@@ -1,10 +1,13 @@
configuration {
modi: "drun,run";
- font: "sans-serif 9";
+ font: "sans-serif 8";
matching: "fuzzy";
separator-style: "none";
hide-scrollbar: true;
+ drun-match-fields: "name,generic,categories,keywords";
+ drun-display-format: "{name}";
+
kb-remove-to-eol: "Control+Shift+e";
kb-accept-entry: "Control+m,Return,KP_Enter";
kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab";
@@ -15,30 +18,27 @@ window {
padding: 2px;
background-color: ${background};
text-color: ${foreground};
- width: 450px;
-}
-
-mainbox {
- background-color: inherit;
- text-color: inherit;
+ width: 350px;
}
* {
spacing: 0;
line-padding: 0;
line-margin: 0;
+ background-color: inherit;
+ text-color: inherit;
+}
+
+message {
+ margin: 8px;
}
inputbar {
children: [entry];
- background-color: inherit;
- text-color: inherit;
}
entry {
padding: 10px;
- background-color: inherit;
- text-color: inherit;
cursor-width: 1px;
}
@@ -47,8 +47,6 @@ listview {
scrollbar: false;
lines: 8;
fixed-height: false;
- background-color: inherit;
- text-color: inherit;
padding: 1px 0px;
}
@@ -65,8 +63,3 @@ element selected {
text-color: ${accent_text};
}
-element-text {
- background-color: inherit;
- text-color: inherit;
-}
-