Dylan Araps
eab7458771
general: Add message about deprecation.
2017-12-27 20:18:22 +11:00
Dylan Araps
c236c7e037
sequences: This is it, my magnum opus
2017-12-27 20:08:53 +11:00
Dylan Araps
69ad38997d
sequences: This is it, my magnum opus
2017-12-27 20:07:58 +11:00
Dylan Araps
d0c6798d9e
sequences: cya later
2017-12-27 19:45:36 +11:00
Dylan Araps
f52953ca6c
sequences: This is it, my magnum opus
2017-12-27 19:44:22 +11:00
Dylan Araps
c0db2e92f1
general: Remove -t
2017-12-27 17:43:47 +11:00
Dylan Araps
57e6ef173d
reload: Remove -r
2017-12-27 17:34:21 +11:00
Dylan Araps
72a7713ca8
templates: Fix bug
2017-12-27 15:57:36 +11:00
Dylan Araps
b8a0986b1b
templates: Fix bug
2017-12-27 15:55:06 +11:00
Dylan Araps
f96ecf2482
templates: Add template for dwm.
2017-12-27 15:25:03 +11:00
Dylan Araps
3f1b6e5946
templates: Add template for tabbed.
2017-12-27 15:22:25 +11:00
Dylan Araps
319f9a60e5
template: Added st template
2017-12-27 08:11:44 +11:00
Dylan Araps
9ac1e965b2
template: Added st template
2017-12-27 08:04:29 +11:00
Dylan Araps
b39df715ff
Merge pull request #142 from dylanaraps/user_temp
...
general: Added user template support.
2017-12-20 21:28:16 +11:00
Dylan Araps
7407a260da
general: Fix lint error
2017-12-19 14:46:34 +11:00
Dylan Araps
ea53224132
wallpaper: revert changes
2017-12-19 14:41:43 +11:00
Dylan Araps
e03ad5c70e
wallpaper: revert changes
2017-12-19 14:41:18 +11:00
Dylan Araps
05ef9be124
wallpaper: Fix wm error
2017-12-19 11:32:30 +11:00
dylan araps
4d20ea1e51
general: Added user template support.
2017-12-18 11:34:06 +11:00
dylan araps
a8a761fea1
version: bump
2017-12-18 10:08:43 +11:00
dylan araps
f4c17f1033
reload: Remove unused import.
2017-12-18 10:08:13 +11:00
dylan araps
0cacb8450e
version: bump
2017-12-18 10:02:50 +11:00
dylan araps
fc97823bce
reload: Fix exit bug.
2017-12-18 09:58:29 +11:00
dylan araps
553ba8fd9e
wallpaper: Make WM faster
2017-12-17 14:45:00 +11:00
dylan araps
477850b45b
wallpaper: Add support for sway
2017-12-17 14:33:58 +11:00
dylan araps
245c7fe9b2
sway: Fix template file.
2017-11-19 09:45:10 +11:00
Dylan Araps
1c4d8d84a1
Merge pull request #133 from isaachaller/fix-yaml-template
...
Fix YAML template
2017-11-08 07:09:48 +11:00
dylan araps
6de6852556
docs: Fix album link
2017-11-08 07:14:58 +11:00
Isaac Haller
c8665cc6f6
Fix yaml template
...
Replace `color"` with`color1`
2017-11-07 09:30:41 -05:00
dylan araps
c07ac01d6c
image: Fix shuffle not working with some file types
2017-10-29 20:29:01 +11:00
dylan araps
ac0fdb9906
general: Fix license not included in pypi tarball
2017-10-25 09:03:53 +11:00
dylan araps
96484b0afb
version: bump
2017-10-19 15:21:08 +11:00
Dylan Araps
a21f0821ad
Merge pull request #121 from ranisalt/master
...
Add resource file for sway
2017-10-19 14:45:10 +11:00
Ranieri Althoff
d6c988c62f
Keep line length under 80c
2017-10-18 12:24:08 -02:00
dylan araps
43a4d50d59
export: Fix bug in sh
2017-10-13 19:33:37 +11:00
dylan araps
b55c37ac14
travis: Fix osx bug
2017-10-12 09:24:16 +11:00
dylan araps
c0c2eeaf9f
export: Export FZF colors.
2017-10-12 08:13:15 +11:00
Ranieri Althoff
e089921b36
Add resource file for sway
2017-10-05 01:10:11 -03:00
Dylan Araps
4684d04083
Merge pull request #103 from dylanaraps/macos_test
...
travis: Add macOS testing
2017-09-28 09:00:45 +10:00
Dylan Araps
cbf0a00582
Merge pull request #117 from linuxunil/syntax-errors
...
Allow syntax errors to pass up since users should never see any.
2017-09-28 09:00:26 +10:00
Matthew Leonberger
3029f33a4b
Allow syntax errors to pass up since users should never see any.
...
This will help with debugging. Right now it just tells you that pywal needs
python 3.5 or newer.
Merge remote-tracking branch 'origin/syntax-errors' into syntax-errors
2017-09-28 07:53:17 +09:00
Dylan Araps
37e5077905
Merge pull request #113 from linuxunil/hotfix/unittests
...
Fixed Unittests on MacOS
2017-09-26 12:38:46 +10:00
Matthew Leonberger
91e48e19bc
Fix MacOS Unittests
...
Tests now check which OS we are on and use the appropriate escapes
Merge remote-tracking branch 'origin/hotfix/unittests' into hotfix/unittests
2017-09-26 08:58:44 +09:00
dylan araps
d56bcf2002
travis: Fix macos builds
2017-09-25 08:51:24 +10:00
Dylan Araps
637e31e9a8
Merge pull request #111 from linuxunil/master
...
Use run instead of popen so that things are closed correctly
2017-09-25 08:42:35 +10:00
Matthew Leonberger
f2db75cea9
Use run instead of popen so that things are closed correctly
...
Use run instead of popen so that things are closed correctly
2017-09-24 20:43:41 +09:00
Matthew Leonberger
8020f9f214
All OS tests currenly passing on travis
2017-09-24 17:19:27 +09:00
Matthew Leonberger
a560197612
Add OS detection for mac specific tests
...
Merge branch 'macos_test' of https://github.com/linuxunil/pywal into macos_test
Revert "pylint and flake8 need to be in before_install"
This reverts commit b2320013e7
.
2017-09-24 16:48:02 +09:00
Matthew Leonberger
b2320013e7
pylint and flake8 need to be in before_install
2017-09-24 16:33:15 +09:00
Matthew Leonberger
c913a023ad
Remove sequence order tests per Issue #102
2017-09-24 16:28:52 +09:00