summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-27 00:39:37 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-27 00:39:37 +0100
commited50d0cb4b1e46a6fa531e610c0d8025d12a62ae (patch)
tree507ce92bdc30de14417d99cb2e0df05cc23071d3
parent8c8f4e1dc6706146655e1ca8fc8784324350f056 (diff)
downloadxmobar-ed50d0cb4b1e46a6fa531e610c0d8025d12a62ae.tar.gz
xmobar-ed50d0cb4b1e46a6fa531e610c0d8025d12a62ae.tar.bz2
xmonadpropwrite.hs back to the source package
-rw-r--r--README8
-rw-r--r--samples/xmonadpropwrite.hs (renamed from scripts/xmonadpropwrite.hs)0
-rw-r--r--xmobar.cabal2
3 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index ae8cd43..a9ac6a5 100644
--- a/README
+++ b/README
@@ -654,9 +654,11 @@ Monitors have default aliases.
- Aliases to `PropName`
- Reads the X property named by `PropName` (a string) and displays its
- value. The [xmonadpropwrite script] in xmobar's distribution can be
- used to set the given property from the output of any other program
- or script.
+ value. The [samples/xmonadpropwrite.hs script] in xmobar's
+ distribution can be used to set the given property from the output
+ of any other program or script.
+
+[samples/xmonadpropwrite.hs script]: https://github.com/jaor/xmobar/raw/master/samples/xmonadpropwrite.hs
## Monitor Plugins Commands Arguments
diff --git a/scripts/xmonadpropwrite.hs b/samples/xmonadpropwrite.hs
index f3f4a5d..f3f4a5d 100644
--- a/scripts/xmonadpropwrite.hs
+++ b/samples/xmonadpropwrite.hs
diff --git a/xmobar.cabal b/xmobar.cabal
index 343570d..b87d740 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -16,8 +16,8 @@ maintainer: Jose A. Ortega Ruiz <jao@gnu.org>
cabal-version: >= 1.6
build-type: Simple
-data-files: samples/xmobar.config
extra-source-files: README, NEWS,
+ samples/xmobar.config, samples/xmonadpropwrite.hs
samples/Plugins/helloworld.config,
samples/Plugins/HelloWorld.hs