Standardise more icons using material design style

This commit is contained in:
Evie Litherland-Smith 2023-04-12 16:23:48 +01:00
parent 5406417090
commit 93f59922a6

View file

@ -126,21 +126,21 @@
"format-alt": "{ifname}: {ipaddr}/{cidr}" "format-alt": "{ifname}: {ipaddr}/{cidr}"
}, },
"pulseaudio": { "pulseaudio": {
// "scroll-step": 1, // %, can be a float "scroll-step": 2, // %, can be a float
"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": " {icon} {format_source}", "format-bluetooth-muted": "󰝟 {icon} {format_source}",
"format-muted": " {format_source}", "format-muted": "󰝟 {format_source}",
"format-source": "{volume}% ", "format-source": "{volume}% 󰍬",
"format-source-muted": "", "format-source-muted": "󰍭",
"format-icons": { "format-icons": {
"headphone": "", "headphone": "󰋋",
"hands-free": "", "hands-free": "󰥰",
"headset": "", "headset": "󰋎",
"phone": "", "phone": "󰏲",
"portable": "", "portable": "󰏳",
"car": "", "car": "󰄍",
"default": ["", "", ""] "default": ["󰕿", "󰖀", "󰕾"]
}, },
"on-click": "pavucontrol" "on-click": "pavucontrol"
}, },