From b36021a87da7977feb64a54466d76913e8f3f0d6 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 22 Feb 2023 11:37:22 -0600 Subject: lots of intermingled changes - switch to cascadia as monospace font - switch to fontawesome for waybar icons - dircolors readability improvements - foot terminal on linux - waybar visual tweaks - deploy script improvements --- config/linux/waybar/style.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'config/linux/waybar/style.css') diff --git a/config/linux/waybar/style.css b/config/linux/waybar/style.css index ebcf4a6..e83e12b 100644 --- a/config/linux/waybar/style.css +++ b/config/linux/waybar/style.css @@ -1,7 +1,7 @@ * { border-radius: 0; border: 0; - font-family: Noto Sans, JetBrainsMono Nerd Font; + font-family: "Noto Sans", "Font Awesome 5 Free"; font-size: 11pt; text-shadow: none; } @@ -10,6 +10,22 @@ window#waybar { background: #eff0f2; color: #4a4b4e; border-bottom: 1px solid #dee2e0; + border-left: 5px solid black; + border-right: 5px solid black; +} + +.modules-left, .modules-center, .modules-right { + background: #eff0f2; + border-bottom: 1px solid #dee2e0; +} + +.modules-left { + border-radius: 5px 0 0 0; + padding-left: 5px; +} + +.modules-right { + border-radius: 0 5px 0 0; } tooltip { -- cgit v1.2.3