aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-07-25 21:31:54 +0900
committerGitHub <noreply@github.com>2025-07-25 21:31:54 +0900
commitdd889d3aac40075ee73f76290c69ccc698673817 (patch)
tree67dc1026bc09a93cb5250e1c28adda15c592aff4 /config/rofi
parent637025eeb60391e5cc17c883aa6ee95799acac76 (diff)
parentaa3c94f1ad44038d6a71ee8e12a704e6089e31f6 (diff)
Merge pull request #775 from JaKooLit/development
Development to main
Diffstat (limited to 'config/rofi')
-rw-r--r--config/rofi/config-rofi-theme.rasi25
1 files changed, 23 insertions, 2 deletions
diff --git a/config/rofi/config-rofi-theme.rasi b/config/rofi/config-rofi-theme.rasi
index 652cd94c..0d77f857 100644
--- a/config/rofi/config-rofi-theme.rasi
+++ b/config/rofi/config-rofi-theme.rasi
@@ -11,8 +11,17 @@ window {
/* ---- Mainbox ---- */
mainbox {
- children:
- [ "inputbar", "listview"];
+ children: [ "inputbar", "message", "listview" ];
+}
+
+/* ---- Custombox ---- */
+/* Override custombox to ensure listview is visible for themes that use it */
+custombox {
+ spacing: 0px;
+ background-color: inherit;
+ text-color: inherit;
+ orientation: vertical;
+ children: [ "listview" ];
}
/* ---- Entry input ---- */
@@ -42,3 +51,15 @@ element-text {
margin: 0px;
padding: 0px;
}
+
+/* ---- Message ---- */
+message {
+ padding: 10px;
+ border-radius: 10px;
+ background-color: inherit;
+}
+
+textbox {
+ text-color: inherit;
+ background-color: inherit;
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage