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": "{icon}",
|
||||||
"format-alt": " <b>{ipaddr}/{cidr}</b> {icon}",
|
"format-alt": " <b>{ipaddr}/{cidr}</b> {icon}",
|
||||||
"format-alt-click": "click-left",
|
"format-alt-click": "click-left",
|
||||||
"format-wifi": " <b>{essid} ({signalStrength}%)</b>",
|
"format-wifi": " <b>{essid} ({signalStrength}%)</b>",
|
||||||
"format-ethernet": " <b>{ifname}</b>",
|
"format-ethernet": " <b>{ifname}</b>",
|
||||||
"format-disconnected": "⚠ Disconnected",
|
"format-disconnected": "⚠ Disconnected",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user