diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 6c03705..213f684 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -20,8 +20,13 @@ ], "sway/workspaces": { - "format": "{name}", - "disable-scroll": true + "format": "{name} {icon}", + "disable-scroll": true, + "format-icons": { + "urgent": "", + "focused": "", + "default": "" + } }, "sway/mode": { @@ -68,7 +73,7 @@ "interval": 60, "exec": "checkupdates | wc -l", "exec-if": "[[ $(checkupdates | wc -l) != 0 ]]", - "signal": 8 + "signal": 1 }, "custom/recorder": { @@ -106,11 +111,11 @@ "pulseaudio": { "tooltip": true, "format": "{volume}% {icon} {format_source}", - "format-bluetooth": "{volume}% {icon} {format_source}", + "format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth-muted": "󰂲 {format_source}", - "format-muted": " {format_source}", + "format-muted": "{volume}%  {format_source}", "format-source": "{volume}% ", - "format-source-muted": "", + "format-source-muted": "{volume}% ", "format-icons": { "headphone": "", "hands-free": "󰋎", @@ -161,9 +166,9 @@ "bluetooth": { "tooltip": true, - "format": "󰂯 {status}", - "format-connected": "󰂯 {device_alias}", - "format-connected-battery": "󰂯 {device_alias} {device_battery_percentage}%", + "format": "{status} 󰂯", + "format-connected": "{device_alias} 󰂯", + "format-connected-battery": "{device_alias} 󰂯 {device_battery_percentage}%", "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected", "on-click": "blueman-manager" }, diff --git a/waybar/style.css b/waybar/style.css index 3a8d070..fbd6419 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -42,8 +42,8 @@ tooltip label { color: #ffffff; padding-top: 4px; padding-bottom: 4px; - padding-left: 14px; - padding-right: 14px; + padding-left: 8px; + padding-right: 8px; margin: 4px; } @@ -85,8 +85,8 @@ tooltip label { #pulseaudio.muted, #pulseaudio.source-muted { - background-color: #90b1b1; - color: #2a5c45; + background-color: #f53c3c; + color: white; } #battery.charging {