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": { "pulseaudio": {
// "scroll-step": 1, // %, can be a float // "scroll-step": 1, // %, can be a float
"format": "{volume}% {icon} {format_source}", "format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon} {format_source}", //"format": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}", //"format-bluetooth": "{volume}% {icon} {format_source}",
"format-muted": " {format_source}", //"format-bluetooth-muted": " {icon} {format_source}",
"format-source": "{volume}% ", //"format-muted": " {format_source}",
"format-source-muted": "", //"format-source": "{volume}% ",
//"format-source-muted": "",
"format-icons": { "format-icons": {
"headphone": "", "headphone": "",
"hands-free": "", "hands-free": "",

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 882 KiB

After

Width:  |  Height:  |  Size: 882 KiB