chore(waybar): update config

This commit is contained in:
Andrea 2025-03-01 15:08:59 +01:00
parent b6a6b9389c
commit 009a152e8c
Signed by: nullndr
GPG Key ID: 8DA8996EF89F33BB
2 changed files with 18 additions and 13 deletions

View File

@ -20,8 +20,13 @@
], ],
"sway/workspaces": { "sway/workspaces": {
"format": "{name}", "format": "{name} {icon}",
"disable-scroll": true "disable-scroll": true,
"format-icons": {
"urgent": "",
"focused": "",
"default": ""
}
}, },
"sway/mode": { "sway/mode": {
@ -68,7 +73,7 @@
"interval": 60, "interval": 60,
"exec": "checkupdates | wc -l", "exec": "checkupdates | wc -l",
"exec-if": "[[ $(checkupdates | wc -l) != 0 ]]", "exec-if": "[[ $(checkupdates | wc -l) != 0 ]]",
"signal": 8 "signal": 1
}, },
"custom/recorder": { "custom/recorder": {
@ -106,11 +111,11 @@
"pulseaudio": { "pulseaudio": {
"tooltip": true, "tooltip": true,
"format": "{volume}% {icon} {format_source}", "format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": "󰂲 {format_source}", "format-bluetooth-muted": "󰂲 {format_source}",
"format-muted": " {format_source}", "format-muted": "{volume}% {format_source}",
"format-source": "{volume}% ", "format-source": "{volume}% ",
"format-source-muted": "", "format-source-muted": "{volume}% ",
"format-icons": { "format-icons": {
"headphone": "", "headphone": "",
"hands-free": "󰋎", "hands-free": "󰋎",
@ -161,9 +166,9 @@
"bluetooth": { "bluetooth": {
"tooltip": true, "tooltip": true,
"format": "󰂯 {status}", "format": "{status} 󰂯",
"format-connected": "󰂯 {device_alias}", "format-connected": "{device_alias} 󰂯",
"format-connected-battery": "󰂯 {device_alias} {device_battery_percentage}%", "format-connected-battery": "{device_alias} 󰂯 {device_battery_percentage}%",
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected", "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
"on-click": "blueman-manager" "on-click": "blueman-manager"
}, },

View File

@ -42,8 +42,8 @@ tooltip label {
color: #ffffff; color: #ffffff;
padding-top: 4px; padding-top: 4px;
padding-bottom: 4px; padding-bottom: 4px;
padding-left: 14px; padding-left: 8px;
padding-right: 14px; padding-right: 8px;
margin: 4px; margin: 4px;
} }
@ -85,8 +85,8 @@ tooltip label {
#pulseaudio.muted, #pulseaudio.muted,
#pulseaudio.source-muted { #pulseaudio.source-muted {
background-color: #90b1b1; background-color: #f53c3c;
color: #2a5c45; color: white;
} }
#battery.charging { #battery.charging {