diff options
| author | Baitinq <[email protected]> | 2022-09-15 15:40:40 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-15 15:40:40 +0200 |
| commit | f412defa26931e26707b41af3055952450c0a320 (patch) | |
| tree | 84034a2089300f6a0d9818575fb1f629862ad391 /dotfiles | |
| parent | River: Spawn useful services in init script (diff) | |
| download | nixos-config-f412defa26931e26707b41af3055952450c0a320.tar.gz nixos-config-f412defa26931e26707b41af3055952450c0a320.tar.bz2 nixos-config-f412defa26931e26707b41af3055952450c0a320.zip | |
River: Set good border colors
Diffstat (limited to 'dotfiles')
| -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 |