chore(waybar): update config
This commit is contained in:
parent
b6a6b9389c
commit
009a152e8c
@ -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": {
|
||||||
@ -108,9 +113,9 @@
|
|||||||
"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"
|
||||||
},
|
},
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user