Commit Graph

1064 Commits

Author SHA1 Message Date
fc-anjos
3f4622c923 keep alpha in util.Colors 2020-06-10 23:28:44 -03:00
fc-anjos
3d3b6a4d45 set alpha_num in class Color from data 2020-06-10 22:58:37 -03:00
dylan
7fae8d23f5
Merge pull request #529 from sholland1/decimal
Add decimal output support
2020-05-25 08:29:25 +03:00
Seth Holland
f057c08d1e Add decimal output support 2020-05-25 00:09:35 -05:00
dylan
ad9b05ba93
Merge pull request #527 from hhell/patch-1
Fix for kitty alpha_dec replacer
2020-05-13 13:57:06 +03:00
hhell
526c399650
Fix for kitty alpha_dec replacer
This should have probably been `re.sub` instead of `l.replace` too, by the way.
2020-05-13 12:06:49 +03:00
dylan
eb4200820b
Merge pull request #497 from patzm/patzm/feat/alpha_decimal
alpha decimal support
2020-05-04 21:57:17 +03:00
dylan
a2ddff38fd
Merge pull request #485 from loiccoyle/master
fix template issue
2020-05-04 21:40:17 +03:00
Loic Coyle
cecc28cc52 add pylint disable, r-string, line length, change isinstance 2020-05-04 20:26:07 +02:00
dylan
ed9339c310
Merge pull request #524 from plasmoduck/patch-1
Update wallpaper.py
2020-05-03 19:07:44 +03:00
Chris Garvin
b0d736199e
Update wallpaper.py
Add support for hsetroot to change wallpaper.
2020-05-03 22:04:27 +10:00
Martin Patz
0b3158490f remove extra white-space 2020-04-30 00:06:40 +02:00
dylan
1f134ac9af
Merge pull request #499 from vowkn/master
Add support for xwallpaper
2020-03-29 22:09:30 +03:00
Víctor Lasa
5c34f4e689
Add support for xwallpaper 2020-03-29 18:09:49 +00:00
Martin Patz
19738dc28e update kitty config file to include opacity 2020-03-23 01:11:31 +01:00
Martin Patz
1b07640875 docstrings all end with a dot 2020-03-23 01:04:07 +01:00
Martin Patz
7e01b0d84c add a docstring 2020-03-23 01:03:45 +01:00
Martin Patz
52d1f5e7d4 exposes the alpha value as a decimal as well 2020-03-23 01:01:32 +01:00
dylan
ee50fb3ab3
Merge pull request #492 from deviantfero/fix-xrdb-reload
reload: revert to using subprocess.run to wait for each merge to finish
2020-03-16 12:39:46 +02:00
deviantfero
5616cd7765 reload: add explicit check to False to avoid exceptions 2020-03-16 04:36:46 -06:00
deviantfero
f63a8aab97 reload: revert to using subprocess.run to wait for each merge to finish 2020-03-16 03:49:45 -06:00
Loic Coyle
8e6f6d356c Merge branch 'master' of ssh://github.com/dylanaraps/pywal 2020-03-02 17:43:54 +01:00
dylan
94b0ca5806
Merge pull request #487 from stefanfrick/separate_rgb
Added red, green and blue properties to Color class.
2020-02-20 18:55:23 +02:00
Stefan Frick
82dbd3f8ed Added red, green and blue properties to Color class. These give access to separate RGB values in the range from 0 to 1, e.g. needed by compton/picom shadows. 2020-02-20 17:38:28 +01:00
Loic Coyle
27dff31cbd fix template issue 2020-02-09 21:33:51 +01:00
dylan
1bc5c0e63a
Merge pull request #483 from GabrielaMafra/master
Tilix template
2020-02-05 13:47:24 +02:00
Gabriela Mafra
1925d44436
Add tilix template to export 2020-02-05 08:37:38 -03:00
Dylan Araps
42ad8f014d
Merge branch 'master' of github.com:dylanaraps/pywal 2020-01-24 08:26:06 +02:00
Dylan Araps
11758b4548
sequences: Add support for st. Closes #478 2020-01-24 08:25:44 +02:00
dylan
db48957bde
Merge pull request #250 from noyoshi/add-vs-code-support
vscode template json file added
2020-01-23 10:38:42 +02:00
dylan
c1d90676f9
Merge branch 'master' into add-vs-code-support 2020-01-23 10:38:33 +02:00
dylan
3537e8cc8f
Merge pull request #389 from aschey/theme_save
New features- saving user themes and loading random user themes
2020-01-23 10:36:13 +02:00
dylan
ca389ce114
Merge pull request #474 from AmitPr/master
Add ability to run functions on colors from templates
2020-01-23 10:33:47 +02:00
Amit Prasad
d4bd389b43 Cleaned up code for pylint 2019-12-20 11:34:57 -05:00
Amit Prasad
f06edfa7a2 Undo unneeded changes 2019-12-20 10:00:38 -05:00
Amit Prasad
c29151de46 Beautify 2019-12-20 09:44:19 -05:00
Amit Prasad
c0896043aa Merge branch 'master' of https://github.com/AmitPr/pywal 2019-12-18 16:06:20 -05:00
Amit Prasad
f0692c31eb Commented and minimize. 2019-12-18 13:28:13 -05:00
Amit Prasad
fc885697c4 Update Readme 2019-12-18 00:36:05 -05:00
Amit Prasad
0a4f2e6dae Update Readme 2019-12-18 00:34:48 -05:00
Amit Prasad
02acd28f06 Added ability to modify colors using methods ( .lighten(%), .darken(%), .saturate(%) for now) 2019-12-17 20:29:04 -05:00
Amit Prasad
b9fd064d30 Started working on matching functions 2019-12-16 11:45:22 -05:00
aschey
85526b6571 Merge branch 'master' into theme_save 2019-12-01 14:28:23 -06:00
dylan
c18f4014f9
Merge pull request #457 from LoLei/456-fix-FileNotFoundError
[Bug] Fix error if theme has never been set
2019-10-01 18:13:08 +03:00
Lorenz Leitner
4cc2dda585 Fix FileNotFoundError if theme has never been set 2019-10-01 16:54:53 +02:00
dylan
f90940dd95
Merge pull request #456 from LoLei/305-symbol-theme
[Enhancement] #305: Add indication next to previous theme when running wal --theme
2019-10-01 13:08:42 +03:00
Lorenz Leitner
b6a11f6338 Fix line length for pylint 2019-10-01 11:54:42 +02:00
Lorenz Leitner
0c32f4e9a9 Fix pylint 2019-10-01 11:18:37 +02:00
Lorenz Leitner
fe700cb77a Do for all types of themes
(dark, light, user)
2019-10-01 11:00:42 +02:00
Lorenz Leitner
3476989e6b Print (last used) next to last used theme 2019-10-01 10:58:39 +02:00