mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
Updated waybar to use fixed fonts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user