From 4575f7307ad0b1512d010fd737a60fd725b26a69 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 27 Nov 2022 17:03:49 +0100 Subject: [PATCH] Dotfiles config update (2022-11-27) --- .config/dwl/waybar/styles.css | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.config/dwl/waybar/styles.css b/.config/dwl/waybar/styles.css index 981c44b..d05faad 100644 --- a/.config/dwl/waybar/styles.css +++ b/.config/dwl/waybar/styles.css @@ -1,23 +1,11 @@ * { - border: none; - border-radius: 0; /* `otf-font-awesome` is required to be installed for icons */ - font-family: UbuntuMono Nerd Font, Noto Sans, Roboto, Helvetica, Arial, sans-serif; - font-size: 15px; - min-height: 0; + font-family: UbuntuMono Nerd Font; + /*font-family: UbuntuMono Nerd Font, Noto Sans, Roboto, Helvetica, Arial, sans-serif; */ + font-size: 16px; background-color: #1F1F35; /* Background bar */ } -#mode { - background-color: #64727D; - border-bottom: 3px solid #ffffff; -} - -#window, -#workspaces { - margin: 0 4px; -} - #custom-dwl_layout { color: #BBBBBB; background-color: #1F1F35; /* Background bar */