summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-11 09:19:03 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-11 09:19:03 +0200
commitc0cddee3ffc8be70beb1667003cbfad95ced87c0 (patch)
tree5546224a5c129c28492f43c8413bc331efe2da16
parent96d8a23fde4955e79fd0bd7a538b7c3b51a04263 (diff)
Remove plugin setting from arthur theme
-rw-r--r--themes/arthur.rasi6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/arthur.rasi b/themes/arthur.rasi
index 6052e561..315aacb6 100644
--- a/themes/arthur.rasi
+++ b/themes/arthur.rasi
@@ -2,15 +2,14 @@
configuration {
// The display name of this browser
- display-ssh: " ";
+ display-ssh: " ";
// The display name of this browser
display-run: "";
// The display name of this browser
display-drun: "";
// The display name of this browser
display-window: "";
- display-combi: "";
- display-top: "";
+ display-combi: "";
show-icons: true;
}
@@ -177,6 +176,7 @@ configuration {
background-color: @tlightblack;
border-color: @foreground;
color: @foreground;
+ horizontal-align: 0.5;
}
#button selected normal {
color: @dark;