diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-15 15:40:40 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-15 15:40:40 +0200 |
commit | 3d00adfd0e7a966873ccc5935ad3f082a4063f79 (patch) | |
tree | 8bbf839a91d0291ffc90e81588871c3211c6f8c8 | |
parent | River: Spawn useful services in init script (diff) | |
download | nixos-config-3d00adfd0e7a966873ccc5935ad3f082a4063f79.tar.gz nixos-config-3d00adfd0e7a966873ccc5935ad3f082a4063f79.tar.bz2 nixos-config-3d00adfd0e7a966873ccc5935ad3f082a4063f79.zip |
River: Set good border colors
-rwxr-xr-x | dotfiles/river/init | 6 | ||||
-rw-r--r-- | flake.lock | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dotfiles/river/init b/dotfiles/river/init index 8ec159b..dc2185a 100755 --- a/dotfiles/river/init +++ b/dotfiles/river/init @@ -165,9 +165,9 @@ do done # Set background and border color -riverctl background-color 0x002b36 -riverctl border-color-focused 0x93a1a1 -riverctl border-color-unfocused 0x586e75 +#riverctl background-color 0x002b36 +riverctl border-color-focused 0x005577 +riverctl border-color-unfocused 0x444444 # Set keyboard repeat rate riverctl set-repeat 50 300 diff --git a/flake.lock b/flake.lock index 83d5df5..8db1808 100644 --- a/flake.lock +++ b/flake.lock @@ -4,7 +4,7 @@ "flake": false, "locked": { "lastModified": 1, - "narHash": "sha256-d+2hHgeW6ATP3FIiiDPFQcUrJ9VC9e++jbHx3Ovwuu0=", + "narHash": "sha256-VKTfwJpoFDaG0YlgxYj8oGpldU0WNFFL2tRggXedvjY=", "path": "./dotfiles", "type": "path" }, |