From 64703b1b55363b9fbe9c3777fbf5ff5a03fe9609 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Wed, 15 Jul 2026 16:51:47 +0530 Subject: chore(colors): some catppuccin in my life --- .config/waybar/config.jsonc | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to '.config/waybar/config.jsonc') diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 89cb65f..c0cd9f1 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -36,7 +36,7 @@ "warning": 30, "critical": 15 }, - "format": "{icon} {capacity}%", + "format": "{icon} {capacity}%", "format-icons": { "default": [ "", @@ -56,21 +56,21 @@ "󰂅" ] }, - "format-plugged": "󰚥 {capacity}%", - "format-full": "󰚥 {capacity}%" + "format-plugged": "󰚥 {capacity}%", + "format-full": "󰚥 {capacity}%" }, "bluetooth": { - "format": "󰂯 {num_connections}", - "format-disabled": "󰂲 DC'D", - "format-connected": "󰂯 {num_connections}", + "format": "󰂯 {num_connections}", + "format-disabled": "󰂲 DC'D", + "format-connected": "󰂯 {num_connections}", "tooltip-format": "Devices connected: {num_connections}\n{device_alias} at {device_battery_percentage}%", "on-click": "kitty --app-id=TUI.float -e bluetui", "on-click-right": "rfkill toggle bluetooth" }, "pulseaudio": { - "format": "{icon} {volume}%", - "format-bluetooth": "{icon}  {volume}%", - "format-muted": " MUTED", + "format": "{icon} {volume}%", + "format-bluetooth": "{icon}  {volume}%", + "format-muted": "󰝟 MUTED", "format-icons": { "alsa_output.pci-0000_00_1f.3.analog-stereo": "", "alsa_output.pci-0000_00_1f.3.analog-stereo-muted": " MUTED", @@ -98,8 +98,8 @@ "󰤥", "󰤨" ], - "format-wifi": "{icon} {signalStrength}%", - "format-ethernet": " {ipaddr}/{cidr}", + "format-wifi": "{icon} {signalStrength}%", + "format-ethernet": " {ipaddr}/{cidr}", "format-disconnected": "󰲛 DC'D", "tooltip-format-wifi": "{icon} {essid} ({signalStrength}%)", "tooltip-format-ethernet": " {ifname} via {gwaddr}", @@ -110,7 +110,7 @@ "on-click-right": "rfkill toggle wlan" }, "custom/vpn": { - "format": " {}", + "format": " {}", "exec": "~/.local/bin/waybar-vpn", "return-type": "json", "interval": 30, @@ -127,7 +127,7 @@ }, "cpu": { "interval": 3, - "format": " {}%", + "format": " {usage}%", "max-length": 10 }, "memory": { @@ -170,7 +170,7 @@ "tooltip-format": "" }, "custom/brightness": { - "format": "󰡁 {}%", + "format": "󰡁 {}%", "interval": "once", "signal": 9, "exec": "~/.local/bin/waybar-brightness get", @@ -183,7 +183,7 @@ "custom/window": { "exec": "~/.local/bin/waybar-window", "exec-if": "~/.local/bin/waybar-window", - "format": "{}", + "format": "{}", "return-type": "json", "max-length": 60, "tooltip": false, -- cgit v1.3