Updated waybar to use fixed fonts

This commit is contained in:
2024-11-07 16:50:08 +00:00
parent 91664a1780
commit 5c2f1cbe08
2 changed files with 4 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
/* Base style */ /* Base style */
* { * {
font-family: "MonaspaceArgon Nerd Font, Bold", Cantarell, Noto Sans, sans-serif; font-family: "MonaspiceArgonNerdFontMono-Bold", Cantarell, Noto Sans, sans-serif;
font-size: 16px; font-size: 16px;
border: none; border: none;
border-radius: 0; border-radius: 0;
@@ -63,7 +63,7 @@ window.eDP-1 * { font-size: 12px; }
background: transparent; background: transparent;
color: @text-color; color: @text-color;
background-color: @base; background-color: @base;
font-family: "MonaspaceArgon Nerd Font"; font-family: "MonaspiceArgonNerdFontMono";
font-size: 16px; font-size: 16px;
border-radius: 8px; border-radius: 8px;
} }
@@ -123,6 +123,7 @@ window.eDP-1 * { font-size: 12px; }
#tray, #tray,
#mode, #mode,
#battery, #battery,
#language,
#temperature, #temperature,
#cpu, #cpu,
#memory, #memory,
@@ -138,11 +139,9 @@ window.eDP-1 * { font-size: 12px; }
#custom-weather, #custom-weather,
#custom-mail, #custom-mail,
#custom-media, #custom-media,
#hyprland-language,
#custom-notification { #custom-notification {
padding:0.5rem 0.6rem; padding:0.5rem 0.6rem;
margin: 1px 0px; margin: 1px 0px;
/* border-top: 3px solid rgba(217, 216, 216, 0.5); */
} }
/* Widget specific theming */ /* Widget specific theming */