From e6a7733799d32bb6bf719ee34beb5b01d9db68ad Mon Sep 17 00:00:00 2001 From: gotmor Date: Sat, 4 Aug 2007 13:04:19 +0000 Subject: ready for release 0.8.0 new in-text commands: ^fg() and ^bg() without arguments set default colors ^ro() and ^co() outlined rectangle/circle fixes to gcpubar and gdbar to use ^fg() git-svn-id: http://dzen.googlecode.com/svn/trunk@151 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- README | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 9630f18..48e0cf4 100644 --- a/README +++ b/README @@ -387,17 +387,25 @@ Currently the following commands are supported: ^fg(color) set foreground color + ^fg() without arguments, sets default fg color ^bg(color) set background color - ^i(path) draw icon specified by path + ^bg() without arguments, sets default bg color + ^r(WIDTHxHEIGHT) draw a rectangle with the dimensions WIDTH and HEIGHT - ^c(RADIUS) draw a circel with size RADIUS pixels + ^ro(WIDTHxHEIGHT) rectangle outline + + ^c(RADIUS) draw a circle with size RADIUS pixels + ^co(RADIUS) circle outline + ^p(PIXEL) increment momentary position by PIXEL + ^i(path) draw icon specified by path + ^tw() draw to title window This command has some annoyances, as only the input after the command will be drawn to the title window, so it is best used - only once and as first command per line. + only once and as first command per line Subject to be improved in the future. These commands can appear anywhere and in any combination in dzen's -- cgit v1.2.3-54-g00ecf