From 8a1e96cddcd1a4f2b753ee972a4a994cf68c78b7 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 26 Jul 2021 20:36:46 +0200 Subject: config: change color format to 0xRRGGBBAA The current format of #RRGGBBAA is problematic as # starts a comment in POSIX compliant shells, requiring escaping/quoting and increasing complexity. This is a breaking change. --- example/init | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'example/init') diff --git a/example/init b/example/init index a00a5b1..5c7fa16 100755 --- a/example/init +++ b/example/init @@ -140,6 +140,11 @@ do riverctl map $mode None XF86MonBrightnessDown spawn 'light -U 5' done +# Set background and border color +riverctl background-color 0x002b36 +riverctl border-color-focused 0x93a1a1 +riverctl border-color-unfocused 0x586e75 + # Set repeat rate riverctl set-repeat 50 300 -- cgit v1.2.3