Dotfiles config update (2021-12-11)

This commit is contained in:
q3aql 2021-12-11 17:56:02 +01:00
parent 5d36f156fd
commit f049d8ea5e
3 changed files with 14 additions and 13 deletions

View File

@ -143,12 +143,13 @@
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format": "{volume}% {icon}",
//"format": "{volume}% {icon} {format_source}",
//"format-bluetooth": "{volume}% {icon} {format_source}",
//"format-bluetooth-muted": " {icon} {format_source}",
//"format-muted": " {format_source}",
//"format-source": "{volume}% ",
//"format-source-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",

View File

@ -105,27 +105,27 @@ window#waybar.chromium {
#custom-disk {
color: #C14F3F;
margin: 0 2px;
margin: 0 1px;
}
#custom-kernel {
color: #51A6E3;
margin: 0 2px;
margin: 0 1px;
}
#custom-cpu {
color: #B63CEC;
margin: 0 2px;
margin: 0 1px;
}
#custom-memory {
color: #CADD8A;
margin: 0 2px;
margin: 0 1px;
}
#custom-clock {
color: #51A6E3;
margin: 0 2px;
margin: 0 1px;
}
#battery {
@ -242,7 +242,7 @@ label:focus {
#language {
color: #00b093;
padding: 0 2px;
margin: 0 2px;
padding: 0 1px;
margin: 0 1px;
min-width: 16px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 882 KiB

After

Width:  |  Height:  |  Size: 882 KiB