You are not logged in.
I searched all over the Wiki and the xmobar site and couldn't find it. I wanted to know if there is a default configuration file for xmobar (the one that is used if there is no ~/.xmobarrc). It has the workspaces on the left, the current window title to the right of that, and the date and time (red) + operating system (green) on the right side.
Thanks
Last edited by cesura (2010-08-17 00:57:48)
Offline
Why don't you just use xmobarrc? Also, it seems it's only configurable with "command-line options" or xmobarrc.
Offline
Why don't you just use xmobarrc? Also, it seems it's only configurable with "command-line options" or xmobarrc.
I wanted to see if I could copy what I was already using to make a ~/.xmobarrc and add to it. It turns out that the command line options were being passed in my ~/.xmonad/xmonad.hs, so I guess that makes this thread solved...
Offline
The default configuration is defined at http://code.haskell.org/xmobar/Config.hs
And there's also a sample configuration: http://code.haskell.org/xmobar/xmobar.config-sample
Offline