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 /dotfiles/river | |
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
Diffstat (limited to '')
-rwxr-xr-x | dotfiles/river/init | 6 |
1 files changed, 3 insertions, 3 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 |