diff options
author | jao <jao@gnu.org> | 2018-02-01 04:59:43 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-02-01 04:59:43 +0100 |
commit | a261c348df9bd2b04282097fa7799ad4921e2081 (patch) | |
tree | e6fe44429ade4591c6d1a940644cedc58395e726 | |
parent | 5e9e71e88ef2de1dbeaae8f0089a6ba20239dcac (diff) | |
download | xmobar-a261c348df9bd2b04282097fa7799ad4921e2081.tar.gz xmobar-a261c348df9bd2b04282097fa7799ad4921e2081.tar.bz2 |
news.md -> changelog.md
-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 |