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