summaryrefslogtreecommitdiff
path: root/.config/waybar
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-12 14:57:48 +0000
committerGitHub <noreply@github.com>2026-04-12 14:57:48 +0000
commite0e068fa40f8a869d6e98706e7187ee613f34e83 (patch)
tree920144e407451578c2eed5f1463a4cbe7075dfd0 /.config/waybar
parentb9f60ec4539c8f9dfc808219b0e383a2f2722eec (diff)
Add Waybar configuration file
Initial configuration for Waybar with styling.
Diffstat (limited to '.config/waybar')
-rw-r--r--.config/waybar/config57
1 files changed, 57 insertions, 0 deletions
diff --git a/.config/waybar/config b/.config/waybar/config
new file mode 100644
index 0000000..daf19a2
--- /dev/null
+++ b/.config/waybar/config
@@ -0,0 +1,57 @@
+* {
+ border: none;
+ border-radius: 0;
+ font-family: "JetBrainsMono Nerd Font 12";
+ font-size: 12px;
+ min-height: 0;
+ margin: 0;
+ padding: 0;
+}
+
+window#waybar {
+ background-color: #000000;
+ color: #ffffff;
+}
+
+#workspaces {
+ background: #000000;
+ padding: 0 4px;
+}
+
+#workspaces button {
+ background: transparent;
+ color: #ffffff;
+ padding: 0 6px;
+ min-width: 0;
+ border-bottom: 1px solid transparent;
+ opacity: 0.25;
+}
+
+#workspaces button:hover {
+ background: transparent;
+ box-shadow: none;
+ opacity: 0.5;
+}
+
+#workspaces button.visible {
+ opacity: 0.45;
+ border-bottom: 1px solid #333333;
+}
+
+#workspaces button.active {
+ color: #ffffff;
+ opacity: 1;
+ border-bottom: 1px solid #ffffff;
+}
+
+#workspaces button.urgent {
+ opacity: 1;
+ color: #ffffff;
+}
+
+#clock {
+ background: #000000;
+ color: #ffffff;
+ padding: 0 8px;
+ opacity: 0.85;
+}