diff options
author | jao <jao@gnu.org> | 2022-02-19 12:18:30 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-19 12:18:30 +0000 |
commit | a14f603de9eb5c296ffdb67a2d583d22c65440a3 (patch) | |
tree | 3fc2ad9fd2cec96ae00872bb29bbf77fe09dde7f | |
parent | 1507fe356d26d6a90650b0aecf806c1ddf287f9a (diff) | |
download | xmobar-a14f603de9eb5c296ffdb67a2d583d22c65440a3.tar.gz xmobar-a14f603de9eb5c296ffdb67a2d583d22c65440a3.tar.bz2 |
Documentation nits
-rw-r--r-- | readme.org | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -1,18 +1,17 @@ -[[http://hackage.haskell.org/package/xmobar][https://img.shields.io/hackage/v/xmobar.svg]] +#+title: xmobar, a minimalistic status bar -* About +[[http://hackage.haskell.org/package/xmobar][https://img.shields.io/hackage/v/xmobar.svg]] - Xmobar is a minimalistic status bar. It was originally designed and - implemented by Andrea Rossato to work with [[http://xmonad.org][xmonad]], but it is - actually usable with any window manager in X11 and also (via its - text output mode) Wayland. +Xmobar is a minimalistic status bar. It was originally designed and +implemented to work with [[http://xmonad.org][xmonad]], but it is actually usable with any +window manager in X11 and also (via its text output mode) Wayland. - Xmobar was inspired by the [[http://tuomov.iki.fi/software/][Ion3]] status bar, and supports similar - features, like dynamic color management, icons, output templates, - and extensibility through plugins. It is also able to write to - standard output, in a variety of formats. +Xmobar was inspired by the [[http://tuomov.iki.fi/software/][Ion3]] status bar, and supports similar +features, like dynamic color management, icons, output templates, and +extensibility through plugins. It is also able to write to standard +output, in a variety of formats. - These are some xmobar [[file:doc/screenshots][screenshots]] using the author's configuration: +These are some xmobar [[file:doc/screenshots][screenshots]] using the author's configuration: [[file:doc/screenshots/xmobar-top.png]] @@ -20,8 +19,8 @@ [[file:doc/screenshots/xmobar-exwm.png]] - Check [[./changelog.md][the change log]] for our release history. We also have an IRC - channel, ~#xmobar~ at [[ircs://irc.libera.chat][Libera]]. +Check [[./changelog.md][the change log]] for our release history. We also have an IRC +channel, ~#xmobar~, at [[ircs://irc.libera.chat][Libera]]. * Installation *** From your system's package manager |