Remove GitLab repo

This commit is contained in:
bimlas 2024-02-05 18:52:59 +01:00
parent 6bd5b9b8fd
commit 9cdbb08f85
3 changed files with 4 additions and 7 deletions

View file

@ -9,8 +9,7 @@ image::https://i.imgur.com/UVSz6QB.gif[]
*It is important to set the desired color schemes before use* (see Settings). *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 (*please star if you like the plugin*)
* https://github.com/bimlas/xfce4-night-mode (mirror, *please star if you like the plugin*)
== Command line usage == Command line usage
@ -102,7 +101,7 @@ usage".
== Changes == 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 * Add options to change GTK, mouse, icon, and window manager theme
** *Breaking change*: You must set these before use ** *Breaking change*: You must set these before use

View file

@ -1,8 +1,7 @@
#!/bin/bash #!/bin/bash
# XFCE Night Mode controlled by Redshift # XFCE Night Mode controlled by Redshift
# #
# https://gitlab.com/bimlas/xfce4-night-mode (main repository) # https://github.com/bimlas/xfce4-night-mode (please star if you like the plugin)
# https://github.com/bimlas/xfce4-night-mode (mirror, please star if you like the plugin)
if ( LC_ALL='C' redshift -p 2> /dev/null | grep 'Period: Night' > /dev/null ); then if ( LC_ALL='C' redshift -p 2> /dev/null | grep 'Period: Night' > /dev/null ); then
mode='night' mode='night'

View file

@ -1,8 +1,7 @@
#!/bin/bash #!/bin/bash
# XFCE Night Mode: Switch between light and dark variants of a theme # 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 (please star if you like the plugin)
# https://github.com/bimlas/xfce4-night-mode (mirror, please star if you like the plugin)
function show_usage() function show_usage()
{ {