diff --git a/README.adoc b/README.adoc index 455550c..48cf920 100644 --- a/README.adoc +++ b/README.adoc @@ -9,8 +9,7 @@ image::https://i.imgur.com/UVSz6QB.gif[] *It is important to set the desired color schemes before use* (see Settings). -* https://gitlab.com/bimlas/xfce4-night-mode (main repository) -* https://github.com/bimlas/xfce4-night-mode (mirror, *please star if you like the plugin*) +* https://github.com/bimlas/xfce4-night-mode (*please star if you like the plugin*) == Command line usage @@ -102,7 +101,7 @@ usage". == Changes -=== https://gitlab.com/bimlas/xfce4-night-mode/-/compare/v1.0.0\...v2.0.0[2.0.0] +=== https://github.com/bimlas/xfce4-night-mode/-/compare/v1.0.0\...v2.0.0[2.0.0] * Add options to change GTK, mouse, icon, and window manager theme ** *Breaking change*: You must set these before use diff --git a/xfce4-night-mode-redshift.sh b/xfce4-night-mode-redshift.sh index fca3d4f..ff12341 100755 --- a/xfce4-night-mode-redshift.sh +++ b/xfce4-night-mode-redshift.sh @@ -1,8 +1,7 @@ #!/bin/bash # XFCE Night Mode controlled by Redshift # -# https://gitlab.com/bimlas/xfce4-night-mode (main repository) -# https://github.com/bimlas/xfce4-night-mode (mirror, please star if you like the plugin) +# https://github.com/bimlas/xfce4-night-mode (please star if you like the plugin) if ( LC_ALL='C' redshift -p 2> /dev/null | grep 'Period: Night' > /dev/null ); then mode='night' diff --git a/xfce4-night-mode.sh b/xfce4-night-mode.sh index 6b6746d..0880830 100755 --- a/xfce4-night-mode.sh +++ b/xfce4-night-mode.sh @@ -1,8 +1,7 @@ #!/bin/bash # XFCE Night Mode: Switch between light and dark variants of a theme # -# https://gitlab.com/bimlas/xfce4-night-mode (main repository) -# https://github.com/bimlas/xfce4-night-mode (mirror, please star if you like the plugin) +# https://github.com/bimlas/xfce4-night-mode (please star if you like the plugin) function show_usage() {