rice/background/pywal.py

8 lines
136 B
Python
Executable File

#!/bin/python
import os
import sys
fp = os.path.abspath(sys.argv[1])
os.system(f"/home/rushil/.config/polybar/scripts/pywal.sh {fp}")