Kevin Kamper Meejach Petersen
Kevin Kamper Meejach Petersen
Have you tried the icons in the other places in your system? Like notify-send? ``` notify-send "" notify-send "" ``` Can you make a gist with your config? ``` cat...
Ahh sorry. I can see it is not that icon you have trouble with. when you get icon squarepants, You can read which icon unicode it is on the icon...
I have these fonts install. `sudo pacman -S noto-fonts-emoji powerline-fonts` How is your font confiig? with the second command you can see wich font's you have installed? ``` cat .config/fontconfig/fonts.conf...
can you make a new fonts.conf? `touch ~/.config/fontconfig/fonts.conf` ``` serif Linux Libertine Noto Color Emoji Joy Pixels sans-serif Linux Biolinum Noto Color Emoji Joy Pixels sans Linux Biolinum Noto Color...
Sorry for this write up, I just instigated a little bit. I have been taking a look at rust documentation on how it handle absolute path's [documentation:rust/std/path.rs:3184](https://doc.rust-lang.org/std/path/fn.absolute.html) [source:rust/std/path.rs:3184](https://doc.rust-lang.org/src/std/path.rs.html#3184-3259) The rust...