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

@@ -90,7 +90,7 @@
"format": "{icon}",
"format-alt": "󰩠 <b>{ipaddr}/{cidr}</b> {icon}",
"format-alt-click": "click-left",
"format-wifi": " <b>{essid} ({signalStrength}%)</b>",
"format-wifi": " <b>{essid} ({signalStrength}%)</b>",
"format-ethernet": "󰈀 <b>{ifname}</b>",
"format-disconnected": "⚠ Disconnected",
"tooltip": false

View File

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