diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2019-12-15 12:10:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-15 12:10:49 -0500 |
| commit | 4dcec31aa335dece73244331ca6057b051e807eb (patch) | |
| tree | 63ddb7edbcd40305588828cd4c4e59c97727dedb | |
| parent | 7290ffd02cbc8bb4134f8bfcc9501e4af77f3eaf (diff) | |
| parent | 8b17cc35024871a55e818bd77837c5c0c770aec5 (diff) | |
Merge pull request #42 from royniang/master
Added pywal template
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | themes/extras/pywal.svg | 14 |
2 files changed, 20 insertions, 0 deletions
@@ -119,3 +119,9 @@ This collection may also be used with: ## Extras You are welcome to submit your own themes to this collection! + +### Generate themes with [pywal](https://github.com/dylanaraps/pywal) + +Themes can be generated from your wallpaper’s colors with [pywal](https://github.com/dylanaraps/pywal). + +Add [pywal.svg](themes/extras/pywal.svg) to `~/.config/wal/templates` and run `wal`. The generated theme will be located in `~/.cache/wal/`. diff --git a/themes/extras/pywal.svg b/themes/extras/pywal.svg new file mode 100644 index 0000000..4298605 --- /dev/null +++ b/themes/extras/pywal.svg @@ -0,0 +1,14 @@ +<!-- Theme generated with pywal --> +<svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> + <rect width='96' height='64' id='background' fill='{background}'></rect> + <!-- Foreground --> + <circle cx='24' cy='24' r='8' id='f_high' fill='{color1}'></circle> + <circle cx='40' cy='24' r='8' id='f_med' fill='{color3}'></circle> + <circle cx='56' cy='24' r='8' id='f_low' fill='{color5}'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='{color6}'></circle> + <!-- Background --> + <circle cx='24' cy='40' r='8' id='b_high' fill='{color9}'></circle> + <circle cx='40' cy='40' r='8' id='b_med' fill='{color11}'></circle> + <circle cx='56' cy='40' r='8' id='b_low' fill='{color13}'></circle> + <circle cx='72' cy='40' r='8' id='b_inv' fill='{color14}'></circle> +</svg> |
