aboutsummaryrefslogtreecommitdiffstats
path: root/styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/style.css')
-rw-r--r--styles/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css
new file mode 100644
index 0000000..d25e5fc
--- /dev/null
+++ b/styles/style.css
@@ -0,0 +1,19 @@
+/* waybar-theme-udt: stylesheet entry point.
+ * Copyright (C) 2026 Danilo M. <danix@danix.xyz>
+ * Licensed under the GNU General Public License v2 only.
+ *
+ * Load order matters: theme.css defines the colours every later file names,
+ * and modules.css overrides the shared pill geometry per module.
+ */
+
+/* Ignore the GTK theme: waybar inherits it otherwise, and it fights the
+ * pills for padding and background. */
+* {
+ all: initial;
+}
+
+@import "theme.css"; /* generated by udt-palette, gitignored */
+@import "fonts.css";
+@import "global.css";
+@import "pills.css";
+@import "modules.css";