polybar-themes icon indicating copy to clipboard operation
polybar-themes copied to clipboard

Error in material theme

Open spectkiller opened this issue 2 years ago • 4 comments

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

spectkiller avatar Oct 01 '22 11:10 spectkiller

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

sukalaper avatar Oct 03 '22 04:10 sukalaper

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.

spectkiller avatar Dec 08 '22 20:12 spectkiller

help i have the same issue

DeaconZ123 avatar Jul 18 '23 04:07 DeaconZ123

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!

spytaspund avatar Jun 24 '24 20:06 spytaspund