file get_updated
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
image=$1
|
||||
|
||||
# Create the color profile with wallust
|
||||
wallust run $image
|
||||
|
||||
# Copy image to the .cache
|
||||
cp $image ~/.cache/current_wallpaper.jpg
|
||||
|
||||
# Set wallpaper in qtile
|
||||
qtile cmd-obj -o cmd -f reload_config
|
||||
Reference in New Issue
Block a user