aboutsummaryrefslogtreecommitdiffstats
path: root/styles/modules.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/modules.css')
-rw-r--r--styles/modules.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/styles/modules.css b/styles/modules.css
index 647465f..ade8a88 100644
--- a/styles/modules.css
+++ b/styles/modules.css
@@ -10,19 +10,17 @@
* Launcher: the one always-coloured pill, and the desktop's identity. *
* ------------------------------------------------------------------ */
-#custom-launcher {
+/* The mark itself is the image module's own content, so this only draws the
+ * pill it sits in. */
+#image.launcher {
background: @accent;
- background-image: url("@CONFIG@/slackware.svg");
- background-repeat: no-repeat;
- background-position: center;
- background-size: 18px 18px;
- min-width: 22px;
padding: 2px 10px;
+ min-width: 22px;
}
/* The accent pill inverts on hover rather than lightening: it is already the
* brightest thing on the bar. */
-#custom-launcher:hover {
+#image.launcher:hover {
background-color: @main-bg;
}