Questions tagged [xmobar]

xmobar is a lightweight, text-based, status bar written in Haskell. It was originally designed to be used together with Xmonad, but it is also usable with any other Window Manager. While xmobar is written in Haskell, no knowledge of the language is required to install and use it.

xmobar is a minimalistic, text based, status bar. It was originally designed and implemented by Andrea Rossato to work with xmonad, but it's actually usable with any window-manager.

34 questions
0
votes
1 answer

XMonad: how to show the currently visible workspace on xmobar when using multiple screens?

I'm using XMonad in a setup with multiple physical screens. I would like each of the physical screens to have an instance of xmobar which shows which workspace is visible on that particular screen, regardless of whether that workspace is…
Klaas van Schelven
  • 2,374
  • 1
  • 21
  • 35
0
votes
1 answer

Showing percent symbol next to the each of the values obtained from xmobar's MultiCpu

I'm searching the web for some documentation, or even ready made config files, as for how to show a percentage symbol next to the each of the values obtained by xmobar's MultiCpu . However, it's undocumented, and I'm not sure it's even…
adder
  • 3,512
  • 1
  • 16
  • 28
0
votes
1 answer

How to join those two config parts together?

In my xmonad config I have the following: main = do xmproc <- spawnPipe "xmobar -x 0 ~.config/xmobar/xmobar.config" xmonad $ docks defaults But having problems with chrome, I need to add this: import XMonad import…
Adam
  • 3,415
  • 4
  • 30
  • 49
0
votes
1 answer

xmobar : gaps on the right of xbm icons

I am having a problem displaying xbm icons properly in my xmobar; namely, there is what appears to be a 1px gap on the right of some of the xbms: From some experimentation, it seems that the gaps only occur in the sections of the template that are…
1 2
3