From 9928d64cd712a25634481e81d67d2537ccdaf4df Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 18 Oct 2023 20:09:35 +0200 Subject: refactored waybar folder layout --- config/wayland/waybar/styles/dwm.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/wayland/waybar/styles/dwm.css (limited to 'config/wayland/waybar/styles/dwm.css') 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; +} -- cgit v1.2.3