5 lines
161 B
Text
5 lines
161 B
Text
|
#!/bin/sh
|
||
|
riverctl background-color 0x{background.strip}
|
||
|
riverctl border-color-focused 0x{foreground.strip}
|
||
|
riverctl border-color-unfocused 0x{background.strip}
|