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 */