Update usernames in some links

This commit is contained in:
Marko Korhonen 2020-12-04 18:44:30 +02:00
parent a753dad9f5
commit 66b4093440
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
[package] [package]
name = "lqsd" name = "lqsd"
version = "0.1.1" version = "0.1.1"
authors = ["Marko Korhonen <marko.korhonen@reekynet.com>"] authors = ["Marko Korhonen <lqsd@functionalhacker.korhonen.cc>"]
edition = "2018" edition = "2018"
publish = false publish = false
description = "Dims your screen smoothly" description = "Dims your screen smoothly"
repository = "https://git.reekynet.com/ReekyMarko/lqsd" repository = "https://git.korhonen.cc/FunctionalHacker/lqsd"
license = "MIT" license = "MIT"
[dependencies] [dependencies]

View file

@ -1,7 +1,7 @@
# LiQuid Screen Dim # LiQuid Screen Dim
A simple utility which dims your screen. It saves the previous brightness too, so you can restore to the point before dimming. A simple utility which dims your screen. It saves the previous brightness too, so you can restore to the point before dimming.
This is useful if you are running a standalone screen locking setup like swayidle/swaylock. Check out [my configuration files](https://git.reekynet.com/ReekyMarko/dotfiles/src/branch/master/home/Scripts/swayidle.sh) for an example use case. This is useful if you are running a standalone screen locking setup like swayidle/swaylock. Check out [my configuration files](https://git.korhonen.cc/FunctionalHacker/dotfiles/src/branch/master/home/.config/sway/scripts/idle.sh) for an example use case.
## Usage ## Usage
```nosyntax ```nosyntax
@ -54,7 +54,7 @@ Enter a number (default=1):
``` ```
## Releases ## Releases
Release notes can be found in [GitHub](https://github.com/ReekyMarko/lqsd/releases) (Gitea does not support editing tags yet). Release notes can be found in [GitHub](https://github.com/FunctionalHacker/lqsd/releases) (Gitea does not support editing tags yet).
Prebuilt binaries, their checksums and signatures can also be found there. Prebuilt binaries, their checksums and signatures can also be found there.
@ -62,4 +62,4 @@ Prebuilt binaries, their checksums and signatures can also be found there.
I wanted start a small project to learn Rust. Before lqsd, I was using [this script](https://github.com/Bonnee/dotfiles/blob/wayland/scripts/bin/dim.sh) and figured, why not rewrite it in Rust. I wanted start a small project to learn Rust. Before lqsd, I was using [this script](https://github.com/Bonnee/dotfiles/blob/wayland/scripts/bin/dim.sh) and figured, why not rewrite it in Rust.
# Mirrors # Mirrors
This repository lives at [My Git server](https://git.reekynet.com/ReekyMarko/lqsd), but it is also mirrored to [GitHub](https://github.com/ReekyMarko/lqsd) and [GitLab](https://gitlab.com/ReekyMarko/lqsd) This repository lives at [My Git server](https://git.korhonen.cc/FunctionalHacker/lqsd), but it is also mirrored to [GitHub](https://github.com/FunctionalHacker/lqsd) and [GitLab](https://gitlab.com/FunctionalHacker/lqsd)