From 61603309f7d41b3db87e04e2969bbdf3efc6e94e Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 14 Apr 2023 19:14:19 +0200 Subject: [PATCH] speedie.site --- src/speedwm-dfmpeg | 10 +++++----- src/speedwm-virtualkeyboard | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/speedwm-dfmpeg b/src/speedwm-dfmpeg index 29f0ffc..fa40508 100755 --- a/src/speedwm-dfmpeg +++ b/src/speedwm-dfmpeg @@ -3,8 +3,8 @@ # spmenu/other run launcher GUI for recording your screen with ffmpeg # # Licensed under MIT, written by speedie -# Modified version for speedwm (available https://speedie.gq/speedwm) -# https://speedie.gq/spmenu-scripts +# Modified version for speedwm (available https://speedie.site/speedwm) +# https://speedie.site/spmenu-scripts # speedwm specfic dotfile directory, probably don't change [ -z "$DFMPEG_DOTDIR" ] && DFMPEG_DOTDIR="$HOME/.config/speedwm" @@ -68,9 +68,9 @@ dfmpeg_ver="2022-12-11-r1" about_screen="dfmpeg $dfmpeg_ver." # About screen text -about_screen_2="Licensed under MIT, written by speedie.gq and emilyd." -about_screen_3="Modified for https://speedie.gq/speedwm" -about_screen_4="https://speedie.gq/spmenu-scripts" +about_screen_2="Licensed under MIT, written by speedie.site and emilyd." +about_screen_3="Modified for https://speedie.site/speedwm" +about_screen_4="https://speedie.site/spmenu-scripts" encodeopts() { diff --git a/src/speedwm-virtualkeyboard b/src/speedwm-virtualkeyboard index 1955b43..17b4a6b 100755 --- a/src/speedwm-virtualkeyboard +++ b/src/speedwm-virtualkeyboard @@ -1,7 +1,7 @@ #!/bin/sh # speedwm-virtualkeyboard # Licensed under GNU GPLv3 -# https://speedie.gq/speedwm +# https://speedie.site/speedwm RUNLAUNCHER="${RUNLAUNCHER:-spmenu}" @@ -408,7 +408,7 @@ EOF exit 0 } -about() { printf "dboard 0.2\nModified for speedie.gq/speedwm\nReleased and licensed to you (the end user) under the GNU GPLv3 free software license.\nYou are using this software at your own risk."; } +about() { printf "dboard 0.2\nModified for speedie.site/speedwm\nReleased and licensed to you (the end user) under the GNU GPLv3 free software license.\nYou are using this software at your own risk."; } ########################################################### @@ -441,7 +441,7 @@ case "$action" in "Credits") credsel=$(printf "%s" "$(credits)" | $RUNLAUNCHER -p 'dboard was created with the help of and by: ' -l 20 -g 1) case "$credsel" in - "speedie - Wrote the script & Swedish characters") $BROWSER 'https://speedie.gq' ;; + "speedie - Wrote the script & Swedish characters") $BROWSER 'https://speedie.site' ;; "emilyd - Helped out with some code") $BROWSER 'https://donut.gq' ;; "Luke Smith - The idea") $BROWSER 'https://lukesmith.xyz' ;; "Lucss21a - Baybayin characters") $BROWSER 'https://alexisgaming95.neocities.org' ;;