From 80c4b1ffa6c19965e98e665132d9ceec645f20b1 Mon Sep 17 00:00:00 2001 From: speediegq Date: Tue, 11 Oct 2022 21:24:26 +0200 Subject: [PATCH] Apply commit https://github.com/speediegq/dboard/pull/2/commits/321b74dd6c54d1b43edff43a0243cb977106a88c --- scripts/speedwm-virtualkeyboard | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/speedwm-virtualkeyboard b/scripts/speedwm-virtualkeyboard index 9e7303f..fff873b 100755 --- a/scripts/speedwm-virtualkeyboard +++ b/scripts/speedwm-virtualkeyboard @@ -2174,7 +2174,7 @@ EMOJICOPY() DBOARD_CREDITS() { - printf "speedie - Wrote the script & Swedish characters\njornmann - Helped out with some code\nLuke Smith - The idea\nLucss21a - Baybayin characters\nDamaj301Damaj - Arabic characters" + printf "speedie - Wrote the script & Swedish characters\nemilyd - Helped out with some code\nLuke Smith - The idea\nLucss21a - Baybayin characters\nDamaj301Damaj - Arabic characters" } DBOARD_ABOUT() @@ -2238,7 +2238,7 @@ elif [ "$ACTION" = "Credits" ]; then CREDIT_SEL=$(printf "$(DBOARD_CREDITS)" | $RUNLAUNCHER -p 'dboard was created with the help of and by: ' -l 20 $GRIDARG $GRIDNUM) case "$CREDIT_SEL" in "speedie - Wrote the script & Swedish characters") $BROWSER 'https://speedie.gq' ;; -"jornmann - Helped out with some code") $BROWSER 'https://donut.gq' ;; +"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' ;; "Damaj301Damaj - Arabic characters") $BROWSER 'https://github.com/Damaj301damaj-lol' ;;