puntos/.config/river/load-colors
2022-09-16 23:18:55 -03:00

13 lines
370 B
Bash
Executable file

#!/bin/sh
. ~/.cache/themer.lua/river
riverctl background-color 0x$background
riverctl border-color-focused 0x$border_focused
riverctl border-color-unfocused 0x$border_unfocused
riverctl border-width 5
riverctl spawn "killall yambar ; yambar --config=$HOME/.cache/themer.lua/yambar"
if test -n "$bg"; then
riverctl spawn "killall swaybg ; swaybg --image '$bg'"
fi