You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on Arch Linux and using xmonad for a little while now, after working with awesomewm, i3 and leftwm.
I am trying to build my polybar and am quite suceessful, the only two modules that are do not appear are title-xmonad and workspaces-xmonad.
The simple xmonad module I am adding like this to my config.ini :
[module/xmonad]
type = custom/script
exec = xmonad-log
tail = true
This part works okay.
Now I found two more polybar modules on the polybar website that I wanted to check out: title-xmonad and workspaces-xmonad .
As suggested by the site, I am adding the Haskell code to my xmonad.hs like this :
I am on Arch Linux and using xmonad for a little while now, after working with awesomewm, i3 and leftwm.
I am trying to build my polybar and am quite suceessful, the only two modules that are do not appear are
title-xmonad
andworkspaces-xmonad
.The simple xmonad module I am adding like this to my config.ini :
This part works okay.
Now I found two more polybar modules on the polybar website that I wanted to check out:
title-xmonad
andworkspaces-xmonad
.As suggested by the site, I am adding the Haskell code to my xmonad.hs like this :
To my config.ini , I add the following :
And what appears on the polybar is ............................... nothing. :-(
Compilation with xmonad --recompile and x-monad --restart does not return any errors.
I have installed almost every package that hat xmonad in it, like xomonad-dbus and arcolinux-xmonad-polybar ....
Any hints?
The text was updated successfully, but these errors were encountered: