speedie.site

This commit is contained in:
speedie 2023-04-14 19:14:19 +02:00
parent 292121f65e
commit 61603309f7
2 changed files with 8 additions and 8 deletions

View file

@ -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() {

View file

@ -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' ;;