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