diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-11-26 12:09:01 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-11-26 12:09:01 -0500 |
| commit | a9f6e9b1f1c0e4f0a628954e3427bf5020d486c0 (patch) | |
| tree | 6343ceeb8024d0b4be2732e1fe640bd456a16157 /river/init | |
| parent | 0a29ee6e5384874704c2f34df9224d707bdf4e7a (diff) | |
| download | rivercfg-a9f6e9b1f1c0e4f0a628954e3427bf5020d486c0.tar.gz rivercfg-a9f6e9b1f1c0e4f0a628954e3427bf5020d486c0.tar.xz | |
from nord to gruvbox
Diffstat (limited to 'river/init')
| -rwxr-xr-x | river/init | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -145,10 +145,18 @@ do riverctl map $mode None XF86MonBrightnessDown spawn 'light -U 5' done +# nord like # 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 0x93a1a1 +# riverctl border-color-unfocused 0x586e75 + +# gruvbox +# Set background and border color +riverctl background-color 0x282828 +riverctl border-color-focused 0xd79921 # yellow +riverctl border-color-unfocused 0x447352 # Teal +# riverctl border-color-unfocused 0x282828 # Blend in # Set keyboard repeat rate riverctl set-repeat 50 300 |
