Made stuff more minimalist
This commit is contained in:
parent
c4c98beb9b
commit
25dfeddfe7
2 changed files with 7 additions and 7 deletions
|
@ -118,12 +118,12 @@
|
|||
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth": "{volume}% {icon}\uf294 {format_source}",
|
||||
"format-bluetooth-muted": "\uf6a9 {icon}\uf294 {format_source}",
|
||||
"format-muted": "\uf6a9 {format_source}",
|
||||
"format-source": "{volume}% \uf130",
|
||||
"format-source-muted": "\uf131",
|
||||
"format": "{volume}% {icon}{format_source}",
|
||||
"format-bluetooth": "{volume}% {icon}\uf294{format_source}",
|
||||
"format-bluetooth-muted": "\uf6a9 {icon}\uf294{format_source}",
|
||||
"format-muted": "\uf6a9{format_source}",
|
||||
"format-source": " {volume}% \uf130",
|
||||
"format-source-muted": "",
|
||||
"format-icons": {
|
||||
"headphone": "\uf58f",
|
||||
"hands-free": "\uf590",
|
||||
|
|
|
@ -126,5 +126,5 @@ label:focus {
|
|||
background-color: #eb4d4b;
|
||||
}
|
||||
|
||||
@import "transparent.css";
|
||||
@import "sharp.css";
|
||||
|
||||
|
|
Loading…
Reference in a new issue