adi1090x / polybar-themes

A huge collection of polybar themes with different styles, colors and variants.
GNU General Public License v3.0
5.59k stars 407 forks source link

Error in material theme #172

Open spectkiller opened 1 year ago

spectkiller commented 1 year ago

I am using kwin Wayland with KDE. These are the error I am getting whenever I execute a material theme.

error: /home/raj/.config/polybar/material/config.ini:134: Value '"Material\-Design\-Iconic\-Font:size=13;4"' of key 'font-1' contains one or more unescaped backslashes, please prepend them with the backslash escape character. error: module/mpd: Connection refused error: module/mpd: Connection refused

sukalaper commented 1 year ago

I am using kwin Wayland with KDE. These are the error I am getting whenever I execute a material theme.

error: /home/raj/.config/polybar/material/config.ini:134: Value '"Material\-Design\-Iconic\-Font:size=13;4"' of key 'font-1' contains one or more unescaped backslashes, please prepend them with the backslash escape character. error: module/mpd: Connection refused error: module/mpd: Connection refused

pls share your config.ini

spectkiller commented 1 year ago

Hey, Sorry for late reply. I have already switched to different DE (Gnome), so I think I can't help you anymore. I request to close this issue or whatever seems right way to handle it.

To answer your questions, I used the default ini file which is shipped with this.

DeaconZ123 commented 11 months ago

help i have the same issue

spytaspund commented 1 week ago

Faced this issue today. Solution that worked for me: $ sudo nano $HOME/.config/polybar/material/config.ini CTRL+W => Iconic (spam ctrl + w until you find this string) and write backslashes like this: "Material\\-Design\\-Iconic\\-Font:size=13;4" CTRL+O => Enter Restart polybar and that should work!