diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc
index b9069ad..22fe3e6 100644
--- a/dot_config/waybar/config.jsonc
+++ b/dot_config/waybar/config.jsonc
@@ -90,7 +90,7 @@
"format": "{icon}",
"format-alt": " {ipaddr}/{cidr} {icon}",
"format-alt-click": "click-left",
- "format-wifi": " {essid} ({signalStrength}%)",
+ "format-wifi": " {essid} ({signalStrength}%)",
"format-ethernet": " {ifname}",
"format-disconnected": "⚠ Disconnected",
"tooltip": false
diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css
index e70fddf..89a3428 100644
--- a/dot_config/waybar/style.css
+++ b/dot_config/waybar/style.css
@@ -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 */