diff options
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | samples/xmonadpropwrite.hs (renamed from scripts/xmonadpropwrite.hs) | 0 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -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 |