diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-20 16:00:58 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-20 16:00:58 +0200 |
commit | 80f82a0b8045eadb75940bdedca0ce6f2ebe3dbc (patch) | |
tree | e5ad6dc656a1d000c80970c5ce088f65590baed5 | |
parent | fmt (diff) | |
download | nixos-config-80f82a0b8045eadb75940bdedca0ce6f2ebe3dbc.tar.gz nixos-config-80f82a0b8045eadb75940bdedca0ce6f2ebe3dbc.tar.bz2 nixos-config-80f82a0b8045eadb75940bdedca0ce6f2ebe3dbc.zip |
dotfiles: swaylock: Change ring and ring-key colors
-rwxr-xr-x | dotfiles/river/init | 4 | ||||
-rw-r--r-- | flake.lock | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/river/init b/dotfiles/river/init index 7e669a4..0ae3bd6 100755 --- a/dotfiles/river/init +++ b/dotfiles/river/init @@ -13,10 +13,10 @@ riverctl spawn "xrdb ~/.Xresources" riverctl spawn "xmodmap ~/.Xmodmap" riverctl spawn "swayidle -w \ - timeout 300 'swaylock --clock --indicator -f -F -c 000000' \ + timeout 300 'swaylock --clock --indicator -f -F -c 000000 --ring-color 005577 --key-hl-color 444444' \ timeout 400 'wlr-randr --output $(wlr-randr | head -n1 | awk "{print $1;}") --off' \ resume 'wlr-randr --output $(wlr-randr | head -n1 | awk "{print $1;}") --on' \ - before-sleep 'swaylock --clock --indicator -f -F -c 000000'" + before-sleep 'swaylock --clock --indicator -f -F -c 000000 --ring-color 005577 --key-hl-color 444444'" riverctl spawn 'wlsunset -l $(echo $LOCATION | cut -d: -f1) -L $(echo $LOCATION | cut -d: -f2)' riverctl spawn "unclutter" diff --git a/flake.lock b/flake.lock index 6958b30..160758e 100644 --- a/flake.lock +++ b/flake.lock @@ -4,7 +4,7 @@ "flake": false, "locked": { "lastModified": 1, - "narHash": "sha256-oG9Znt77FPWfjX2jqOBMuroGUVahMGlpM2evCst/EcE=", + "narHash": "sha256-fIf6VTIvH5dT4yNzT7YIh0ca56M09UgU58PTTRBvzAM=", "path": "./dotfiles", "type": "path" }, |