From 27ca3598a5de58591fc80c516f75b7f204954c5b Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 30 Apr 2025 13:22:06 +0200 Subject: update river config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/river/colors | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .config/river/colors (limited to '.config/river/colors') diff --git a/.config/river/colors b/.config/river/colors new file mode 100755 index 0000000..57021bd --- /dev/null +++ b/.config/river/colors @@ -0,0 +1,6 @@ +#!/bin/sh +riverctl background-color 0x080808ff +riverctl border-color-focused 0x70649aff +riverctl border-color-unfocused 0x080808ff +riverctl border-color-urgent 0xcb1b45ff +riverctl border-width 2 -- cgit 1.4.1