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": {
"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"
},

View File

@ -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 {