Skip to content

Instantly share code, notes, and snippets.

View knthm's full-sized avatar

Kenneth J. Miller knthm

View GitHub Profile
#!/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