Commit graph

17 commits

Author SHA1 Message Date
cclauss
2b5e25de51 Tilix.py accepts an image_file_path, not a pokemon
See issue #83
2017-07-03 16:48:09 +02:00
cclauss
7e07dd10bf Terminology.py accepts an image_file_path, not a pokemon
See issue #83
2017-07-03 16:44:34 +02:00
cclauss
cb6e02c8f7 Terminology.py accepts an image_file_path, not a pokemon
See issue #83
2017-07-03 16:43:46 +02:00
cclauss
e3ad3e1afc NullAdapter.py accepts an image_file_path, not a pokemon
See issue #83
2017-07-03 16:41:35 +02:00
cclauss
b95a0ae9c5 ITerm.py accepts an image_file_path, not a pokemon
See issue #83
2017-07-03 16:40:06 +02:00
cclauss
7469dcbbab base.py accepts an image_file_path, not a pokemon
See issue #83
2017-07-03 16:37:03 +02:00
LazoCoder
1a9c69c637 Upgraded compression
Replaced pngquant compression with imageoptim compression.

Quality is better and size is smaller. Backgrounds went from ~30mb -> ~17mb and Samples went from ~7mb to ~4mb.

Also fixed bug with clear | off | disable.
2017-06-24 15:35:15 -04:00
cclauss
ff12b686d7 Remove unnecessary function 2017-06-22 08:03:18 +02:00
cclauss
81e495ab8e Use a multiline string to simplify the OSA script
Triple quoted strings allow you to create multi line content in a more readable way.
2017-06-22 07:05:53 +02:00
fisk
e1ca2c8ca0 Defer terminal detection to the adapter itself 2017-06-21 17:30:28 +01:00
Fiskie
2fea1581c1 Fix mixing of python format tokens 2017-06-21 14:39:13 +01:00
Fiskie
1b0870d9ec Pipe wallpaper applescript directly to osascript
Remove Scripts dir, it's no longer needed
2017-06-21 14:22:11 +01:00
Fiskie
12afad46c2 Merge branch 'adapters' of https://github.com/Fiskie/Pokemon-Terminal into adapters
# Conflicts:
#	adapter/implementations/ITerm.py
2017-06-21 13:47:58 +01:00
Fiskie
ddee836e1e Pipe a script directly to osascript instead of doing weird file stuff 2017-06-21 13:46:47 +01:00
fisk
e1789d89d7 Move terminal logic to adapter pattern
Property identify iTerm instead of just checking if MacOS is being used

Remove .idea files from repository

These really shouldn't be in here
Remove the scripts from the repository, these don't need to be in here
2017-06-21 13:27:27 +01:00
fisk
831407d4cf Property identify iTerm instead of just checking if MacOS is being used 2017-06-21 13:12:20 +01:00
fisk
b92ebe0530 Move terminal logic to adapter pattern 2017-06-21 12:49:16 +01:00