diff --git a/dotfiles/waybar/themes/meow-gentoo/modules.jsonc b/dotfiles/waybar/themes/meow-gentoo/modules.jsonc index 95fb7c7..1b719e2 100644 --- a/dotfiles/waybar/themes/meow-gentoo/modules.jsonc +++ b/dotfiles/waybar/themes/meow-gentoo/modules.jsonc @@ -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" diff --git a/dotfiles/waybar/themes/meow-gentoo/style.css b/dotfiles/waybar/themes/meow-gentoo/style.css index 6422f69..bb8e684 100644 --- a/dotfiles/waybar/themes/meow-gentoo/style.css +++ b/dotfiles/waybar/themes/meow-gentoo/style.css @@ -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;