This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Sway fade effect for windows | |
# Credit https://www.reddit.com/r/swaywm/comments/e6ihm8/smooth_fading_in_sway/ | |
# /u/jake_is_a_legend | |
from i3ipc import Connection, Event | |
from threading import Thread | |
from time import sleep |