diff options
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/waybar/style.css b/waybar/style.css index 1195817..7abaf90 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -5,13 +5,13 @@ window#waybar { * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: "BQN386 Unicode DZ"; - /* font-family: "PxPlus IBM VGA 9x16"; */ - font-size: 26px; + font-family: "Crimson Pro"; + font-family: "Readerly"; + font-size: 32px; padding-top: 0px; padding-bottom: 0px; - padding-left: 2px; - padding-right: 2px; + padding-left: 0px; + padding-right: 0px; min-height: 36px; margin: 2px; color: black; @@ -26,8 +26,6 @@ button { border-radius: 0; } -#custom-machi, -#network, #network.wifi, #battery, #temperature, @@ -35,9 +33,20 @@ button { #pulseaudio, #clock, #wireplumber { + border-left: 2px solid #000; + padding-left: 4px; + padding-top: 4px; } +#custom-machi_W, +#custom-machi_P, +#custom-machi_F { + border-right: 2px solid #000; + padding-right: 4px; + padding-top: 4px; +} + #tray > .passive { -gtk-icon-effect: dim; } |
