From da420e50bb43ff981fffa9a37aac921182f87e6f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 23 Nov 2022 20:25:29 -0500 Subject: [PATCH] Updated headers for scripts. --- i38.sh | 2 +- scripts/sound.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index f186ffa..93db4c7 100755 --- a/i38.sh +++ b/i38.sh @@ -1,7 +1,7 @@ #!/bin/bash # Configures the i3 window manager to make it screen reader accessible -# Written by Storm Dragon +# Written by Storm Dragon, Jeremiah, and contributers. # Released under the terms of the WTFPL http://www.wtfpl.net i3Path="${XDG_CONFIG_HOME:-$HOME/.config}/i3" diff --git a/scripts/sound.py b/scripts/sound.py index 2488354..764393d 100755 --- a/scripts/sound.py +++ b/scripts/sound.py @@ -1,4 +1,7 @@ #!/usr/bin/env python3 +# Written by Storm Dragon, Jeremiah, and contributers. +# Released under the terms of the WTFPL http://www.wtfpl.net + import i3ipc from i3ipc import Event from os import system