mirror of
https://github.com/wizbright/waybox.git
synced 2026-04-26 06:47:21 -04:00
Expanded README with screenshots and useful programs
Fixes #36 and resolves partially #32
This commit is contained in:
parent
d139b41259
commit
3687099182
8 changed files with 83 additions and 12 deletions
14
data/waybox.svg
Normal file
14
data/waybox.svg
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="48px" width="48px">
|
||||
<desc>Waybox icon</desc>
|
||||
<defs>
|
||||
<linearGradient id="titlegradient" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#589bda" />
|
||||
<stop offset="100%" stop-color="#3c7cb7" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect height="10" width="48" x="0" y="0" fill="url(#titlegradient)" />
|
||||
<rect height="38" width="48" x="0" y="10" fill="#eaeaea" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 601 B |
Loading…
Add table
Add a link
Reference in a new issue