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