mylinuxforwork / dotfiles

The ML4W Dotfiles for Hyprland - An advanced and full-featured configuration for the dynamic tiling window manager Hyprland including an easy to use installation script for Arch based Linux distributions.
GNU General Public License v3.0
481 stars 50 forks source link

[FEATURE] Replace font-awesome icons in waybar with SVG icons #29

Open mylinuxforwork opened 1 month ago

mylinuxforwork commented 1 month ago

Is your feature request related to a problem? Please describe. The installation of additional ttf results in negative side effects on icons in waybar. That's why the icons should be replaced with svgs. https://github.com/mylinuxforwork/dotfiles/issues/25

Describe the solution you'd like Create an icons folder in waybar/themes/assets with subfolders for icon themes, e.g., material https://fonts.google.com/icons Then replace all icons with a white and dark version that fits to the corresponding waybar theme.

Additional context https://fonts.google.com/icons

mimi0000oo commented 1 month ago

For me, with a clean install of ML4W setup (force reinstall) fontawesome was not detected for some icons in waybar, I manage to fix it by adding font-family: "Fira Sans Semibold", FontAwesome, "Font Awesome 6 Free", Roboto, Helvetica, Arial, sans-serif; in ~/dotfiles/waybar/themes/ml4w/style.css

Maybe it is a quick fix before switching to svg icons

mylinuxforwork commented 1 month ago

Thank you so much for your feedback. Will test as well.