aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-23 12:28:38 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-23 12:30:14 +0100
commitc7faac3480d2c52db7e952f638f7f162fb98eeec (patch)
tree32d112a9532bcf8391a47384b91f6ef4c729e88a /.config/rofi
parent95db61081c2555c069c3287fd30d9c8a1757acb1 (diff)
`mode` update
Diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/config.rasi##template15
1 files changed, 8 insertions, 7 deletions
diff --git a/.config/rofi/config.rasi##template b/.config/rofi/config.rasi##template
index c467dcd..c6bf9c4 100644
--- a/.config/rofi/config.rasi##template
+++ b/.config/rofi/config.rasi##template
@@ -20,9 +20,10 @@ configuration {
window {
padding: 2px;
- background-color: ${background};
- text-color: ${foreground};
+ background-color: ${bg};
+ text-color: ${fg};
width: 350px;
+ border-radius: 10px;
}
* {
@@ -42,7 +43,7 @@ inputbar {
}
entry {
- padding: 10px;
+ padding: 10px 10px 8px 10px;
cursor-width: 1px;
}
@@ -51,14 +52,14 @@ listview {
scrollbar: false;
lines: 6;
fixed-height: false;
- padding: 1px 0px;
+ padding: 2px 0px;
}
element {
- margin: -1px 0px;
- padding: 6px 10px;
+ margin: -2px 0px;
+ padding: 6px 10px 3px 10px;
background-color: transparent;
- text-color: ${foreground};
+ text-color: ${fg};
}
element selected {