summaryrefslogtreecommitdiffstats
path: root/themes/dmenu.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dmenu.rasi')
-rw-r--r--themes/dmenu.rasi9
1 files changed, 7 insertions, 2 deletions
diff --git a/themes/dmenu.rasi b/themes/dmenu.rasi
index 7c6867a7..40f3bdac 100644
--- a/themes/dmenu.rasi
+++ b/themes/dmenu.rasi
@@ -1,3 +1,8 @@
+/**
+ * ROFI Color theme
+ * User: Qball
+ * Copyright: Dave Davenport
+ */
* {
background-color: Black;
border-color: White;
@@ -12,13 +17,13 @@ configuration {
anchor: north;
location: north;
width: 100%;
- padding: 4px;
+ padding: 4px;
children: [ horibox ];
}
#horibox {
orientation: horizontal;
- children: [ prompt, entry, listview ];
+ children: [ prompt, entry, listview ];
}
#listview {