summaryrefslogtreecommitdiff
path: root/config/wayland/waybar/styles/dwm.css
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-21 00:35:13 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-21 00:35:13 +0200
commitc3c4b8c6b4556e01770a75da4b6fbf8e1eba9ce4 (patch)
tree006d8799585d86557e570f03af93b112a079a697 /config/wayland/waybar/styles/dwm.css
parent39a6cea6f2f198aa08189d345e0281a591d17ec4 (diff)
parent3d253cd428e2769e0449fbf0c3ece5c0ab41545c (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/wayland/waybar/styles/dwm.css')
-rw-r--r--config/wayland/waybar/styles/dwm.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/config/wayland/waybar/styles/dwm.css b/config/wayland/waybar/styles/dwm.css
new file mode 100644
index 0000000..31eacf0
--- /dev/null
+++ b/config/wayland/waybar/styles/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;
+}