URI:
       fix waybar font - dotfiles - 🍚 personal arsenal of "rice"
  HTML git clone https://git.drkhsh.at/dotfiles.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 04ca8030bb9a9ddbbc4833bde1d287a1e286dfe3
   DIR parent 160abff8dc6a712aa5dc6d91cd89e897f7fc2683
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Mon, 25 Nov 2024 02:23:41 +0100
       
       fix waybar font
       
       Diffstat:
         M waybar/.config/waybar/bars/laptop.… |       2 +-
         M waybar/.config/waybar/bars/pc.jsonc |       2 +-
         M waybar/.config/waybar/style.css     |       8 +++-----
       
       3 files changed, 5 insertions(+), 7 deletions(-)
       ---
   DIR diff --git a/waybar/.config/waybar/bars/laptop.jsonc b/waybar/.config/waybar/bars/laptop.jsonc
       @@ -2,7 +2,7 @@
                "position": "top",
                "margin": "10 10 0 10",
                "spacing": 0,
       -        "height": 42,
       +        "height": 43,
                "modules-left": [
                        "hyprland/workspaces",
                        "hyprland/window"
   DIR diff --git a/waybar/.config/waybar/bars/pc.jsonc b/waybar/.config/waybar/bars/pc.jsonc
       @@ -2,7 +2,7 @@
                "position": "bottom",
                "margin": "0 10 10 10",
                "spacing": 0,
       -        "height": 42,
       +        "height": 43,
                "modules-left": [
                        "hyprland/workspaces",
                        "hyprland/window",
   DIR diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css
       @@ -2,7 +2,7 @@
                border: none;
                border-radius: 0;
                min-height: 0;
       -        font-family: ShureTechMono Nerd Font Mono;
       +        font-family: ShureTechMono Nerd Font Propo;
                font-weight: bold;
                font-size: 13px;
        }
       @@ -149,7 +149,6 @@ tooltip label {
        }
        
        #custom-memoryicon, #custom-cpuicon, #wireplumber.icon, #network.icon, #idle_inhibitor, #mpris.icon {
       -        font-size: 24px;
                padding-left: 7px;
                padding-right: 7px;
                padding-top: 0px;
       @@ -161,13 +160,12 @@ tooltip label {
                border: 1px solid #711c91;
        }
        #custom-logout {
       -        font-size: 24px;
                padding-top: 0;
                padding-bottom: 0;
                color: #ff0000;
        }
       -#idle_inhibitor {
       -        font-size: 16px;
       +#idle_inhibitor, #custom-logout, #wireplumber.icon, #battery.icon, #wireplumber.icon, #network.icon, #mpris.icon, #memory.icon, #custom-memoryicon, #custom-cpuicon {
       +        font-size: 14px;
        }
        
        #mpris.icon {