From 31a5a5821b8a313823e47001d473a711bccb0914 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sun, 4 Nov 2007 18:45:51 +0100 Subject: A new implementation of the position configuration option WARNING: this patch breaks previous configuration files. A new implementation of the position configuration option: - Top and Bottom have non arguments - TopW and BottomW have now 2 arguments: Align (L, C or R) and Int - setting a width % greater than 100 means a 100% width darcs-hash:20071104174551-d6583-adff505bf3929926554595180b8da1c7a0f9d0a5.gz --- Plugins/helloworld.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugins') diff --git a/Plugins/helloworld.config b/Plugins/helloworld.config index 84fff35..3818bfa 100644 --- a/Plugins/helloworld.config +++ b/Plugins/helloworld.config @@ -1,7 +1,7 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , bgColor = "#000000" , fgColor = "#BFBFBF" - , position = TopW (C 50) + , position = TopW C 90 , commands = [ Run Cpu [] 10 , Run Weather "LIPB" [] 36000 , Run HelloWorld -- cgit v1.2.3