summaryrefslogtreecommitdiff
path: root/config/waybar-2/style.css
diff options
context:
space:
mode:
authorcoasteen <coasteen@proton.me>2026-07-12 08:16:17 +0330
committercoasteen <coasteen@proton.me>2026-07-12 08:16:17 +0330
commit72be1234e1ec030cb07095267e49481057eeb329 (patch)
tree97765fb29418fd6278fcb4cbb9760893afaf7a58 /config/waybar-2/style.css
Diffstat (limited to 'config/waybar-2/style.css')
-rw-r--r--config/waybar-2/style.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/config/waybar-2/style.css b/config/waybar-2/style.css
new file mode 100644
index 0000000..10b2071
--- /dev/null
+++ b/config/waybar-2/style.css
@@ -0,0 +1,42 @@
+* {
+ border: none;
+ border-radius: 0;
+ font-family: "JetBrainsMono Nerd Font";
+ font-size: 15px;
+ min-height: 0;
+}
+
+window#waybar {
+ background-color: rgba(30, 30, 46, 0.8);
+ color: #cdd6f4;
+}
+
+#workspaces {
+ margin: 0 4px;
+}
+
+#workspaces button {
+ padding: 0 8px;
+ margin: 0 4px;
+ color: #6c7086;
+}
+
+#workspaces button.active {
+ color: #89b4fa;
+ border-bottom: 2px solid #89b4fa;
+}
+
+#workspaces button:hover {
+ background: rgba(137, 180, 250, 0.1);
+ box-shadow: inherit;
+ text-shadow: inherit;
+}
+
+#window {
+ color: #cdd6f4;
+}
+
+#clock {
+ font-weight: bold;
+ padding-right: 15px;
+}