summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-11-07 08:43:35 +0100
committerDave Davenport <qball@gmpclient.org>2017-11-07 08:43:35 +0100
commit23c04e34fe72c35945a4aaf8b7ee867acce4faa3 (patch)
treecdef9cc4be2ede9cbaf6a4c941e45f92e2b1c001 /themes
parent081105c3470b282b6bf0fb7e86897cecda765ed9 (diff)
[Theme] Sidebar no longer uses fullscreen + compositor
Diffstat (limited to 'themes')
-rw-r--r--themes/sidebar.rasi17
1 files changed, 4 insertions, 13 deletions
diff --git a/themes/sidebar.rasi b/themes/sidebar.rasi
index ca6faf2d..68e4e87b 100644
--- a/themes/sidebar.rasi
+++ b/themes/sidebar.rasi
@@ -42,32 +42,23 @@
highlight: bold #ffffff;
}
#window {
- fullscreen: true;
+ height: 100%;
+ width: 30em;
location: west;
anchor: west;
border: 0px 2px 0px 0px;
text-color: @lightwhite;
-
- orientation: horizontal;
- children: [mainbox, dummy];
-}
-
-#dummy {
- expand: true;
}
#sidebar {
border: 2px 0px 0px 0px;
background-color: @lightblack;
- padding: 10px;
+ padding: 4px;
}
#button selected {
border-color: @lightgreen;
text-color: @lightgreen;
}
-#entry {
- width: 20em;
-}
#inputbar {
background-color: @lightblack;
text-color: @lightgreen;
@@ -75,7 +66,7 @@
border: 0px 0px 2px 0px;
}
#mainbox {
- expand: false;
+ expand: true;
background-color: #1c1c1cee;
spacing: 1em;
}