diff --git a/.config/wofi/windows.py b/.config/wofi/windows.py index 7da060f..e818748 100644 --- a/.config/wofi/windows.py +++ b/.config/wofi/windows.py @@ -64,7 +64,7 @@ def build_wofi_string(windows): # Executes wofi with the given input string def show_wofi(windows): - command="wofi -c ~/.config/wofi/menu -s ~/.config/wofi/sway.css -p \"Windows: \" -d -i --hide-scroll" + command="wofi -c ~/.config/wofi/menu -s ~/.config/wofi/style.css -p \"Windows: \" -d -i --hide-scroll" process = subprocess.Popen(command,shell=True,stdin=subprocess.PIPE,stdout=subprocess.PIPE) return process.communicate(input=windows)[0]