uopdate: fix icons

This commit is contained in:
2025-03-20 18:03:10 -04:00
parent adbf8868e7
commit eacb7b25d8
2 changed files with 8 additions and 8 deletions

View File

@@ -241,7 +241,7 @@
// },
// Memory
"memory": {
"format": " {used:0.1f}G",
"format": " {used:0.1f}G",
"tooltip-format": "{total:0.1f}G total\n{swapTotal:0.1f}G swap\n{used:0.1f}G used\n{avail:0.1f}G free\n{percentage}% used",
"on-click": "alacritty -e htop",
"interval": 10,
@@ -326,11 +326,11 @@
"network": {
"format": "{ifname}",
"format-wifi": "{icon} {signalStrength}%",
"format-ethernet": " wired",
"format-ethernet": " wired",
"format-disconnected": "󰌙",
"tooltip-format": " {ifname} via {gwaddri}",
"tooltip-format": " {ifname} via {gwaddri}",
"tooltip-format-wifi": " {ifname} @ {essid}\nIP: {ipaddr}\nStrength: {signalStrength}%\nFreq: {frequency}MHz\nUp: {bandwidthUpBits} Down: {bandwidthDownBits}",
"tooltip-format-ethernet": " {ifname}\nIP: {ipaddr}\n up: {bandwidthUpBits} down: {bandwidthDownBits}",
"tooltip-format-ethernet": " {ifname}\nIP: {ipaddr}\n up: {bandwidthUpBits} down: {bandwidthDownBits}",
"tooltip-format-disconnected": "Disconnected",
"max-length": 50,
"on-click": "~/dotfiles/.settings/networkmanager.sh",
@@ -411,13 +411,13 @@
"format": "{icon} {volume}%",
"format-bluetooth": "{icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
@@ -449,7 +449,7 @@
"format": "{icon}",
"tooltip": true,
"format-icons": {
"activated": "",
"activated": "",
"deactivated": ""
},
"on-click-right": "hyprlock"

View File

@@ -20,7 +20,7 @@
* ----------------------------------------------------- */
* {
font-family: "Fira Code Nerd Font", "FiraCode Nerd Font", "NotoSans Nerd Font", "Noto Sans CJK SC";
font-family: "Fira Code Nerd Font", "FiraCode Nerd Font", "Symbols Nerd Font", "NotoSans Nerd Font", "Noto Sans CJK SC";
font-weight: 700;
border: none;
border-radius: 0px;