From 870d7cd3859ddf4dc38565b4c85335946c8579a1 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Mon, 26 Jul 2021 21:52:31 +0300 Subject: [PATCH] river: change color format --- home/.config/river/init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.config/river/init b/home/.config/river/init index 3193c9e..7518c84 100755 --- a/home/.config/river/init +++ b/home/.config/river/init @@ -34,11 +34,11 @@ riverctl xcursor-theme Breeze_Snow 24 # Borders riverctl border-width 2 -riverctl border-color-focused '#eceff4' -riverctl border-color-unfocused '#81a1c1' +riverctl border-color-focused 0xeceff4 +riverctl border-color-unfocused 0x81a1c1 # Background (if no wallpaper is presented) -riverctl background-color #2e3440 +riverctl background-color 0x2e3440 # Inputs ───────────────────────────────────────────────────────────────────────