diff options
-rw-r--r-- | changelog.md (renamed from news.md) | 2 | ||||
-rw-r--r-- | readme.md | 2 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
3 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,3 @@ -% xmobar - Release notes - ## Version 0.25 (February, 2018) _New features_ @@ -11,8 +11,6 @@ xmobar was inspired by the [Ion3] status bar, and supports similar features, like dynamic color management, icons, output templates, and extensibility through plugins. -This page documents xmobar 0.25 (see [release notes]). - [This screenshot] shows xmobar running under [sawfish], with antialiased fonts. And [this one] is my desktop with [xmonad] and two instances of xmobar. diff --git a/xmobar.cabal b/xmobar.cabal index 30d1486..e95e9f3 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -16,7 +16,7 @@ bug-reports: https://github.com/jaor/xmobar/issues cabal-version: >= 1.6 build-type: Simple -extra-source-files: readme.md, news.md, +extra-source-files: readme.md, changelog.md, samples/xmobar.config, samples/xmonadpropwrite.hs samples/Plugins/helloworld.config, samples/Plugins/HelloWorld.hs |