You are not logged in.
Pages: 1
Hello, I'm looking for a way to have an app / command shortcut on polybar, having a nerd font icon as the button. Does anyone know how? Thanks.
Offline
you can create a module like this
[module/chrome]
type = custom/text
content = " "
content-padding = 2
click-left = google-chrome-stable &then just add
chrometo your modules-left or center or right. Just change the module name to whatever you want and change the
google-chrome-stable &to the executable you want to launch. Put your nerd font icon in the quotes in the content line.
Last edited by wickedlester (2023-12-18 18:47:30)
Offline
Pages: 1