SYMBOL INDEX (150 symbols across 21 files) FILE: pywal/__main__.py function get_args (line 29) | def get_args(): function parse_args_exit (line 118) | def parse_args_exit(parser): function parse_args (line 164) | def parse_args(parser): function main (line 221) | def main(): FILE: pywal/backends/colorthief.py function gen_colors (line 18) | def gen_colors(img): function adjust (line 39) | def adjust(cols, light): function get (line 61) | def get(img, light=False): FILE: pywal/backends/colorz.py function gen_colors (line 19) | def gen_colors(img): function adjust (line 26) | def adjust(cols, light): function get (line 34) | def get(img, light=False): FILE: pywal/backends/fast_colorthief.py function gen_colors (line 18) | def gen_colors(img): function adjust (line 25) | def adjust(cols, light): function get (line 47) | def get(img, light=False): FILE: pywal/backends/haishoku.py function gen_colors (line 19) | def gen_colors(img): function adjust (line 25) | def adjust(cols, light): function get (line 34) | def get(img, light=False): FILE: pywal/backends/schemer2.py function gen_colors (line 13) | def gen_colors(img): function adjust (line 19) | def adjust(cols, light): function get (line 27) | def get(img, light=False): FILE: pywal/backends/wal.py function imagemagick (line 13) | def imagemagick(color_count, img, magick_command): function has_im (line 22) | def has_im(): function gen_colors (line 35) | def gen_colors(img): function adjust (line 57) | def adjust(colors, light): function get (line 84) | def get(img, light=False): FILE: pywal/colors.py function list_backends (line 15) | def list_backends(): function normalize_img_path (line 21) | def normalize_img_path(img: str): function colors_to_dict (line 30) | def colors_to_dict(colors, img): function generic_adjust (line 63) | def generic_adjust(colors, light): function saturate_colors (line 84) | def saturate_colors(colors, amount): function cache_fname (line 94) | def cache_fname(img, backend, light, cache_dir, sat=""): function get_backend (line 105) | def get_backend(backend): function palette (line 115) | def palette(): function get (line 129) | def get(img, light=False, backend="wal", cache_dir=CACHE_DIR, sat=""): function file (line 163) | def file(input_file): FILE: pywal/export.py function template (line 12) | def template(colors, input_file, output_file=None): function flatten_colors (line 77) | def flatten_colors(colors): function get_export_type (line 87) | def get_export_type(export_type): function every (line 116) | def every(colors, output_dir=CACHE_DIR): function color (line 133) | def color(colors, export_type, output_file=None): FILE: pywal/image.py function get_image_dir_recursive (line 15) | def get_image_dir_recursive(img_dir): function get_image_dir (line 33) | def get_image_dir(img_dir): function get_random_image (line 44) | def get_random_image(img_dir, recursive): function get_next_image (line 62) | def get_next_image(img_dir, recursive): function get (line 87) | def get(img, cache_dir=CACHE_DIR, iterative=False, recursive=False): FILE: pywal/reload.py function tty (line 13) | def tty(tty_reload): function xrdb (line 22) | def xrdb(xrdb_files=None): function gtk (line 32) | def gtk(): function i3 (line 45) | def i3(): function bspwm (line 51) | def bspwm(): function kitty (line 57) | def kitty(): function polybar (line 68) | def polybar(): function sway (line 74) | def sway(): function colors (line 80) | def colors(cache_dir=CACHE_DIR): function env (line 91) | def env(xrdb_file=None, tty_reload=True): FILE: pywal/scripts/gtk_reload.py function gtk_reload (line 17) | def gtk_reload(): FILE: pywal/sequences.py function set_special (line 12) | def set_special(index, color, iterm_name="h", alpha=100): function set_color (line 23) | def set_color(index, color): function set_iterm_tab_color (line 31) | def set_iterm_tab_color(color): function create_sequences (line 38) | def create_sequences(colors, vte_fix=False): function send (line 73) | def send(colors, cache_dir=CACHE_DIR, to_send=True, vte_fix=False): FILE: pywal/theme.py function list_out (line 13) | def list_out(): function list_themes (line 48) | def list_themes(dark=True): function list_themes_user (line 55) | def list_themes_user(): function terminal_sexy_to_wal (line 62) | def terminal_sexy_to_wal(data): function parse (line 77) | def parse(theme_file): function get_random_theme (line 94) | def get_random_theme(dark=True): function get_random_theme_user (line 101) | def get_random_theme_user(): function file (line 108) | def file(input_file, light=False): function save (line 149) | def save(colors, theme_name, light=False): FILE: pywal/util.py class Color (line 15) | class Color: method __init__ (line 19) | def __init__(self, hex_color): method __str__ (line 22) | def __str__(self): method rgb (line 26) | def rgb(self): method xrgba (line 31) | def xrgba(self): method rgba (line 36) | def rgba(self): method alpha (line 42) | def alpha(self): method alpha_dec (line 47) | def alpha_dec(self): method decimal (line 52) | def decimal(self): method decimal_strip (line 57) | def decimal_strip(self): method octal (line 62) | def octal(self): method octal_strip (line 67) | def octal_strip(self): method strip (line 72) | def strip(self): method red (line 77) | def red(self): method green (line 82) | def green(self): method blue (line 87) | def blue(self): method lighten (line 91) | def lighten(self, percent): method darken (line 96) | def darken(self, percent): method saturate (line 101) | def saturate(self, percent): function read_file (line 107) | def read_file(input_file): function read_file_json (line 113) | def read_file_json(input_file): function read_file_raw (line 119) | def read_file_raw(input_file): function save_file (line 126) | def save_file(data, export_file): function save_file_json (line 137) | def save_file_json(data, export_file): function create_dir (line 145) | def create_dir(directory): function setup_logging (line 150) | def setup_logging(): function hex_to_rgb (line 162) | def hex_to_rgb(color): function hex_to_xrgba (line 167) | def hex_to_xrgba(color): function rgb_to_hex (line 173) | def rgb_to_hex(color): function darken_color (line 178) | def darken_color(color, amount): function lighten_color (line 184) | def lighten_color(color, amount): function blend_color (line 190) | def blend_color(color, color2): function saturate_color (line 202) | def saturate_color(color, amount): function rgb_to_yiq (line 214) | def rgb_to_yiq(color): function disown (line 219) | def disown(cmd): function get_pid (line 227) | def get_pid(name): FILE: pywal/wallpaper.py function get_desktop_env (line 14) | def get_desktop_env(): function xfconf (line 43) | def xfconf(img): function set_wm_wallpaper (line 60) | def set_wm_wallpaper(img): function set_desktop_wallpaper (line 91) | def set_desktop_wallpaper(desktop, img): function set_mac_wallpaper (line 133) | def set_mac_wallpaper(img): function set_win_wallpaper (line 170) | def set_win_wallpaper(img): function change (line 181) | def change(img): function get (line 200) | def get(cache_dir=CACHE_DIR): FILE: tests/test_colors.py class TestGenColors (line 7) | class TestGenColors(unittest.TestCase): method test_gen_colors (line 10) | def test_gen_colors(self): method test_color_import (line 15) | def test_color_import(self): method test_color_import_no_wallpaper (line 20) | def test_color_import_no_wallpaper(self): method test_color_import_no_alpha (line 25) | def test_color_import_no_alpha(self): FILE: tests/test_export.py class TestExportColors (line 17) | class TestExportColors(unittest.TestCase): method setUp (line 20) | def setUp(self): method tearDown (line 24) | def tearDown(self): method is_file (line 28) | def is_file(self, tmp_file): method is_file_contents (line 33) | def is_file_contents(self, tmp_file, pattern): method test_all_templates (line 38) | def test_all_templates(self): method test_css_template (line 46) | def test_css_template(self): FILE: tests/test_image.py class TestImage (line 7) | class TestImage(unittest.TestCase): method test_get_img (line 9) | def test_get_img(self): method test_get_img_dir (line 14) | def test_get_img_dir(self): method test_get_img_fail (line 19) | def test_get_img_fail(self): method test_get_img_dir_fail (line 24) | def test_get_img_dir_fail(self): FILE: tests/test_sequences.py class Testsequences (line 12) | class Testsequences(unittest.TestCase): method test_set_special (line 15) | def test_set_special(self): method test_set_special_alpha (line 27) | def test_set_special_alpha(self): method test_set_color (line 39) | def test_set_color(self): method test_set_iterm_tab_color (line 48) | def test_set_iterm_tab_color(self): FILE: tests/test_util.py class TestUtil (line 12) | class TestUtil(unittest.TestCase): method test_read_file (line 15) | def test_read_file(self): method test_read_file_start (line 20) | def test_read_file_start(self): method test_read_file_end (line 25) | def test_read_file_end(self): method test_read_wallpaper (line 30) | def test_read_wallpaper(self): method test_save_file (line 35) | def test_save_file(self): method test_save_file_json (line 42) | def test_save_file_json(self): method test_create_dir (line 49) | def test_create_dir(self): method test_hex_to_rgb_black (line 56) | def test_hex_to_rgb_black(self): method test_hex_to_rgb_white (line 61) | def test_hex_to_rgb_white(self): method test_hex_to_rgb_rand (line 66) | def test_hex_to_rgb_rand(self): method test_hex_to_xrgba (line 71) | def test_hex_to_xrgba(self): method test_rgb_to_hex (line 76) | def test_rgb_to_hex(self): method test_darken_color (line 81) | def test_darken_color(self): method test_lighten_color (line 86) | def test_lighten_color(self):