mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-26 05:35:20 +02:00
General: Remove most globals.
This commit is contained in:
@@ -8,7 +8,7 @@ import shutil
|
||||
import sys
|
||||
|
||||
from pywal import globals as g
|
||||
from pywal import exp_colors
|
||||
from pywal import export_colors
|
||||
from pywal import gen_colors
|
||||
from pywal import set_colors
|
||||
from pywal import wallpaper
|
||||
@@ -90,7 +90,7 @@ def process_args(args):
|
||||
|
||||
# Set the colors.
|
||||
set_colors.send_sequences(colors_plain, args.t)
|
||||
exp_colors.export_colors(colors_plain)
|
||||
export_colors.export_colors(colors_plain)
|
||||
|
||||
# -o
|
||||
if args.o:
|
||||
|
Reference in New Issue
Block a user