aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktop/apps/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/desktop/apps/waybar/style.css')
-rw-r--r--modules/user/desktop/apps/waybar/style.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/user/desktop/apps/waybar/style.css b/modules/user/desktop/apps/waybar/style.css
new file mode 100644
index 0000000..9b5b2ae
--- /dev/null
+++ b/modules/user/desktop/apps/waybar/style.css
@@ -0,0 +1,28 @@
+* {
+ border: none;
+ border-radius: 0;
+ font-family: 'Fira Code', monospace;
+ font-size: 10pt;
+ min-height: 0;
+}
+
+window#waybar {
+ background: transparent;
+ color: #cdd6f4;
+}
+
+tooltip {
+ background: rgba(0, 0, 0, 0.5);
+}
+
+tooltip label {
+ color: #cdd6f4;
+}
+
+#workspaces button {
+ padding: 0;
+}
+
+#workspaces button:hover {
+ background: inherit;
+}