blob: c725aaa165d27e1186f67e5a3a1e801da65d2647 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# xmobar-config
Configurations for xmobar, as Haskell programs.
Here's (an old version of) `xmobar-top`:
![xmobar at the top of my screen](img/xmobar-top.png)
and an (equally outdated) screnshot of `xmobar-bottom`:
![xmobar at the bottom of my screen](img/xmobar-bottom.png)
which are meant to be used together; `xmobar-single` combines the two,
*mutatis mutandis*:
![xmobar when i'm using exwm](img/xmobar-exwm.png)
There is also a couple of bars that output text, for use within an emacs tab
bar (`xmobar-emacs`) and with swaybar (`xmobar-sway`).
|