diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-24 10:56:29 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-24 10:56:29 +0100 |
commit | 70959f9a31680ed1cfe684e9c5a33098334f2e4d (patch) | |
tree | 4580eefebd83b00ff413ee28e5b8b11c14ba5ff2 /config/wayland/waybar/styles/dwm.css | |
parent | ab64fdcb9fbe30a20bfd129f1d27c19a246125cb (diff) |
keep only hyprland config
Diffstat (limited to 'config/wayland/waybar/styles/dwm.css')
-rw-r--r-- | config/wayland/waybar/styles/dwm.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/config/wayland/waybar/styles/dwm.css b/config/wayland/waybar/styles/dwm.css deleted file mode 100644 index 31eacf0..0000000 --- a/config/wayland/waybar/styles/dwm.css +++ /dev/null @@ -1,20 +0,0 @@ -* { - 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; -} |