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

Many issues

Open needlesslygrim opened this issue 3 years ago • 4 comments

  1. There is no network button
  2. The sound section just says offline
  3. Next to the leaf there's a box that says none and I have no idea what it does
  4. I can't figure out how to install networkmanager-dmenu and it doesn't work
  5. I can't find the font needed for this theme, Iosevka Nerd Font
  6. I can't use the pywal script even though i installed pywal through pip using sudo
  7. Half the buttons in the powermenu don't work

Can anyone help me fix these errors? I really like the theme but there are quite a few problems with it.

image

needlesslygrim avatar Apr 17 '21 04:04 needlesslygrim

What distribution are you using? These themes are meant to be customized, which means that you must to go through all the files and edit the network interfaces to correspond to your own and so on... The same goes for locales and the powermenu.

The powermenu relies on the systemd to work, since I don't have systemd I had to edit the file and change the commands it uses to turn off my computer, so yeah this is how it is.

cizordj avatar Apr 18 '21 13:04 cizordj

I'm using Pop

needlesslygrim avatar Apr 22 '21 02:04 needlesslygrim

How to uninstall this one from ish shell app??image

jitendrapandya1996 avatar May 12 '21 13:05 jitendrapandya1996

I'm using Pop

Well then, a little work is required for this theme to work properly. First, look through all the files and look for the network module, there you can see which network interface is being used to monitor, by default it is eth0 but this interface doesn't exist nowadays, change that to the interface of your own which can be found with ls /sys/class/net

It can be a wifi card or an ethernet thing, you know...

cizordj avatar May 13 '21 11:05 cizordj