aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktop/apps/waybar/style.css
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-04-26 21:39:28 -0400
committerRosa <rosaontheweb@proton.me>2026-04-26 21:39:28 -0400
commitde7ab08c163279aed3370a30f79d15e57f1561ed (patch)
treeb0bec15691ec66f942ccff538bffabafbe125940 /modules/user/desktop/apps/waybar/style.css
parent9a27d0876b0ebbceaa86053d4bf0997ccf27c47a (diff)
committing progress on waybar config
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;
+}