How to run Polybar

I installed Polybar to Gaming version but it's not appearing on the screen.
What should I do?

have you tried clicking on the desktop and typing polybar

yes, I did

Did you follow this ?

https://wiki.archlinux.org/title/Polybar

1 Like

I'm not sure I understand this.

Copy the configuration example from /usr/share/doc/polybar/config to $XDG_CONFIG_HOME/polybar/config

How to do it?

1 Like
sudo cp /usr/share/doc/polybar/config $XDG_CONFIG_HOME/polybar/config

cp: missing destination file operand after '/usr/share/doc/polybar'

Oops, fixed it.

cp: missing destination file operand after '/usr/share/doc/polybar/config'

Do you mean you want to add polybar in KDE?

:upside_down_face: :cry:

…boys wanna play…

cp "/usr/share/doc/polybar/config" "$XDG_CONFIG_HOME/polybar/config"

Don’t use sudo. Don’t ask me “why?”. Read Archwiki about it.

And before you ask “why it still doesn’t work?”, I sincerely have no idea what polybar is and how it works.

4 Likes