aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/dwm-dmenu-vert.rasi
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-03-30 21:58:55 -0700
committerPinapelz <yukais@pinapelz.com>2026-03-30 21:58:55 -0700
commit4acf85db722ebe7e019e7427436083b3b9f4959e (patch)
tree6d5b416ad605730a6d573d1b4178c7676dc8a015 /config/rofi/dwm-dmenu-vert.rasi
parent89e10cd0c0331fc727889d41e34309db1fb5735f (diff)
parente4b9059d346e6a6dbd6216cd1fb5e41085bb6e7b (diff)
Merge remote-tracking branch 'upstream/main'
Diffstat (limited to 'config/rofi/dwm-dmenu-vert.rasi')
-rw-r--r--config/rofi/dwm-dmenu-vert.rasi54
1 files changed, 54 insertions, 0 deletions
diff --git a/config/rofi/dwm-dmenu-vert.rasi b/config/rofi/dwm-dmenu-vert.rasi
new file mode 100644
index 00000000..a88bdaf5
--- /dev/null
+++ b/config/rofi/dwm-dmenu-vert.rasi
@@ -0,0 +1,54 @@
+* {
+ background-color: #282828;
+ border-color: #458588;
+ text-color: #ebdbb2;
+ font: "JetBrainsMono Nerd Font 10";
+ prompt-font: "JetBrainsMono Nerd Font 10";
+ prompt-background: #458588;
+ prompt-foreground: #282828;
+ prompt-padding: 2px 6px;
+ selected-normal-background: #458588;
+ selected-normal-foreground: #ebdbb2;
+}
+#window {
+ anchor: north;
+ location: north;
+ width: 35%;
+ padding: 0px;
+ children: [ mainbox ];
+}
+#mainbox {
+ orientation: vertical;
+ children: [ inputbar, listview ];
+}
+#inputbar {
+ children: [ prompt, entry ];
+}
+#prompt {
+ padding: @prompt-padding;
+ background-color: @prompt-background;
+ text-color: @prompt-foreground;
+ font: @prompt-font;
+}
+#listview {
+ layout: vertical;
+ columns: 1;
+ lines: 12;
+ fixed-height: false;
+}
+#entry {
+ padding: 2px;
+ expand: false;
+ width: 10em;
+}
+#element {
+ padding: 2px 8px;
+}
+#element selected {
+ background-color: @selected-normal-background;
+ text-color: @selected-normal-foreground;
+}
+element-text {
+ background-color: inherit;
+ text-color: inherit;
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage