Aylur/dotfiles

Missing Icons

AXWTV opened this issue · 5 comments

image
The Vivaldi icon, Vesktop icon and many others aren't loading.
I using Fedora and have NFs and Fonts Awesome.
what should I do?

Is this an issue only for mono-chrome icons?

these icons come from your icon pack
to change it, you can figure out the class of the client with hyprctl clients then replace it in lib/icons.ts

how do i do it if i install with nix?

these icons come from your icon pack to change it, you can figure out the class of the client with hyprctl clients then replace it in lib/icons.ts

image
I still get these paper clips ever after a restart.
What should I do?

you actually don't need their class at all, i'm not sure why aylur would say that. you just need to get the icon it's missing and redirect it to the right one. for example, look at the logs after you start it and it will say no substitue found for x icon, then you get that icon name and redirect it to the right one, like:


    "io.github.spacingbat3.webcord-symbolic": "discord",
    "steam_icon_431960-symbolic": "steam",
    "moe.launcher.the-honkers-railway-launcher":
        "moe.launcher.honkers-railway-launcher",
    "Chromium-browser-symbolic": "chromium-symbolic",
    "com.heroicgameslauncher.hgl-symbolic": "com.heroicgameslauncher.hgl",
    "org.prismlauncher.PrismLauncher-symbolic": "minecraft-launcher",
    "lutris_old-school-runescape-symbolic": "lutris-symbolic",
    "com.github.xournalpp.xournalpp-symbolic": "xournal-symbolic",