Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Custom icons not from font packages #3378

Open
ghost opened this issue Jun 21, 2024 · 0 comments
Open

[Question] Custom icons not from font packages #3378

ghost opened this issue Jun 21, 2024 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 21, 2024

Hello.

I want to install more informative icons for the PulseAudio module to show not three levels, but four. But in fonts font-awesome and nerd-fonts the icon I need is missing... I have to make the icon I need and patch the font package, but this is long and difficult for me!

Can I use icons that I make in inkskape, but without patching the font package? If so, how? My config looks almost default:

"pulseaudio": {
    "format": "{volume}% {icon}",
    "format-bluetooth": "{volume}% {icon}",
    "format-muted": "",
    "format-icons": {
        "alsa_output.pci-0000_00_1f.3.analog-stereo": "",
        "alsa_output.pci-0000_00_1f.3.analog-stereo-muted": "",
        "headphone": "",
        "hands-free": "",
        "headset": "",
        "phone": "",
        "phone-muted": "",
        "portable": "",
        "car": "",
        "default": ["", "", ""]
    },
    "scroll-step": 1,
    "on-click": "pavucontrol",
    "ignored-sinks": ["Easy Effects Sink"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants