- Provide more clear COMMENT
- Augment port description Inspired by: NetBSD
This commit is contained in:
parent
9054200d79
commit
bb2644e936
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136236
2 changed files with 15 additions and 3 deletions
|
@ -12,7 +12,7 @@ CATEGORIES= graphics
|
|||
MASTER_SITES= http://thegraveyard.org/files/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Root window parameter setting background for X
|
||||
COMMENT= Utility to compose wallpapers for X
|
||||
|
||||
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
|
||||
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
Hsetroot is a tool which allows you to compose wallpapers
|
||||
("root pixmaps") for X.
|
||||
hsetroot is a tool which allows you to compose wallpapers ("root pixmaps")
|
||||
for X. It has a lot of options like rendering gradients, solids, images but
|
||||
it also allows you to perform manipulations on those things, or chain them
|
||||
together. You could use one standard background image for instance, and
|
||||
using tint to make it fit your current theme. And yes, of course it is
|
||||
compatible with semi-translucent applications like aterm and xchat.
|
||||
|
||||
At this time, hsetroot can render: gradients (multi-color with variable
|
||||
distance), solids (rectangles) and images (centered, tiled, fullscreen, or
|
||||
maximum aspect). It supports the following manipulations: tinting
|
||||
(overlaying a color mask), blurring, sharpening, flipping (horizontally,
|
||||
diagonally, vertically) it also allows you to adjust brightness, contrast
|
||||
and gamma-level. hsetroot also supports alpha-channels when rendering
|
||||
things.
|
||||
|
||||
WWW: http://thegraveyard.org/hsetroot.php
|
||||
|
||||
|
|
Loading…
Reference in a new issue