diff --git a/waybar/.config/waybar/config.jsonc b/waybar/.config/waybar/config.jsonc index 464d5d4..6092847 100644 --- a/waybar/.config/waybar/config.jsonc +++ b/waybar/.config/waybar/config.jsonc @@ -12,7 +12,7 @@ "modules-right": [ "pulseaudio", "network", - "custom", + "custom", "memory", "cpu", "temperature", @@ -20,9 +20,9 @@ "clock", "tray", ], - "custom": { - "exec": "" - }, + // "custom": { + // "exec": "" + // }, "hyprland/window": { "format": "{}", "max-length": 35, @@ -54,12 +54,13 @@ "tooltip": false }, "memory": { - "format": "{}%  " + "format": "{}%  " }, "temperature": { + "thermal-zone": 3, "critical-threshold": 80, "format": "{temperatureC}°C", - "format-icons": ["", "", ""] + "format-icons": ["", "", ""] }, "battery": { "states": { @@ -75,9 +76,9 @@ }, "network": { "format-wifi": " {signalStrength}%", - "format-ethernet": "{cidr} ", - "tooltip-format": "{ifname} via {gwaddr} ", - "format-linked": "{ifname} (No IP) ", + "format-ethernet": "{cidr}  ", + "tooltip-format": "{ifname} via {gwaddr}  ", + "format-linked": "{ifname} (No IP)  ", "format-disconnected": " ⚠ ", "format-alt": "{ifname}: {ipaddr}/{cidr}" }, @@ -93,9 +94,9 @@ "phone": "", "portable": "", "car": "", - "default": ["", "", ""] + "default": ["", " ", " "] }, - "on-click": "pavucontrol" + "on-click": "pwvucontrol" }, "tray": { "spacing": 10, diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index b720013..610e48b 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -1,7 +1,7 @@ @import "macchiato.css"; * { - font-family: "JetBrainsMono Nerd Font", Roboto, Helvetica, Arial, sans-serif; + font-family: "JetBrainsMonoNerdFont"; font-size: 16px; }