mirror of
https://github.com/Rushilwiz/rice.git
synced 2025-04-03 20:00:20 -04:00
8 lines
136 B
Python
Executable File
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}")
|