summaryrefslogtreecommitdiff
path: root/config/wayland/waybar/dwm.css
diff options
context:
space:
mode:
Diffstat (limited to 'config/wayland/waybar/dwm.css')
-rw-r--r--config/wayland/waybar/dwm.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/config/wayland/waybar/dwm.css b/config/wayland/waybar/dwm.css
new file mode 100644
index 0000000..31eacf0
--- /dev/null
+++ b/config/wayland/waybar/dwm.css
@@ -0,0 +1,20 @@
+* {
+ border: none;
+ border-radius: 0;
+ font-family: monospace;
+ font-size: 14px;
+ min-height: 16px;
+}
+
+window#waybar, #workspaces button.active {
+ background-color: #4c566a;
+}
+
+#workspaces button, #custom-layout, #custom-status {
+ background-color: #2e3440;
+}
+
+#workspaces button {
+ padding: 0 2px;
+ margin: 0;
+}