mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-28 19:03:17 +01:00
comment spacing
This commit is contained in:
parent
59929df445
commit
f538f55ea3
@ -111,12 +111,12 @@ def set_mac_wallpaper(img):
|
||||
db_path = os.path.join(HOME, db_file)
|
||||
img_dir, _ = os.path.split(img)
|
||||
|
||||
#Clear the existing picture data and write the image paths
|
||||
# Clear the existing picture data and write the image paths
|
||||
sql = "delete from data; "
|
||||
sql += "insert into data values(\"%s\"); " % img_dir
|
||||
sql += "insert into data values(\"%s\"); " % img
|
||||
|
||||
#Set all monitors/workspaces to the selected image
|
||||
# Set all monitors/workspaces to the selected image
|
||||
sql += "update preferences set data_id=2 where key=1 or key=2 or key=3; "
|
||||
sql += "update preferences set data_id=1 where key=10 or key=20 or key=30;"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user