mirror of
https://github.com/vale981/yabar
synced 2025-03-05 09:31:39 -05:00
Update man
This commit is contained in:
parent
e404003c31
commit
0a67ff095d
1 changed files with 14 additions and 0 deletions
14
doc/yabar.1
14
doc/yabar.1
|
@ -302,6 +302,20 @@ inherit: "bar1.block1";
|
|||
.fi
|
||||
.RE
|
||||
|
||||
.IP \(bu 2
|
||||
Icons and images: Yabar supports drawing icons and images inside blocks using gdk-pixbuf and cairo. The images are drawn before drawing text so they may act as backgrounds if desired. You can control the horizontal and vertical shift and the width and height scale for the image/icon. Example:
|
||||
.PP
|
||||
.RS
|
||||
|
||||
.nf
|
||||
image: "/usr/share/icons/Numix/16/apps/google.svg";
|
||||
image-shift-x: 2; #integer value
|
||||
image-shift-y: 1; #integer value
|
||||
image-scale-width: 0.4; #float value
|
||||
image-scale-height: 0.4; #float value
|
||||
.fi
|
||||
.RE
|
||||
|
||||
.SS DYNAMIC COLORS FOR BLOCKS
|
||||
.PP
|
||||
You can change block colors(background, foreground, underline and overline) within runtime. Along with pango markup format, you can fully control how a block looks throughout yabar's session.
|
||||
|
|
Loading…
Add table
Reference in a new issue