From 1df0c1a0d391b20ac1f78cd2907f47d76643b7a5 Mon Sep 17 00:00:00 2001 From: Nate Buttke Date: Fri, 23 Sep 2022 20:49:22 -0700 Subject: river init updates. mostly aesthetic --- river/.config/river/init | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/river/.config/river/init b/river/.config/river/init index 57200f4..c6b549e 100755 --- a/river/.config/river/init +++ b/river/.config/river/init @@ -3,7 +3,7 @@ # based on default config. # See the river(1), riverctl(1), and rivertile(1) man pages for complete # documentation. -# riverctl spawn "kanshi" +riverctl spawn "kanshi" # Use the "logo" key as the primary modifier mod="Mod4" @@ -161,8 +161,9 @@ done riverctl set-cursor-warp on-output-change # Set background and border color (defaults) -riverctl background-color 0x002b36 -riverctl border-color-focused 0x93a1a1 +# riverctl background-color 0x002b36 0x224488 +riverctl background-color 0x151515 +riverctl border-color-focused 0xcc3333 #0x93a1a1 riverctl border-color-unfocused 0x586e75 # Set repeat rate @@ -177,7 +178,9 @@ riverctl float-filter-add app-id "Sharing Indicator" # Set app-ids of views which should use client side decorations # e.g. riverctl csd-filter-add "gedit" - riverctl spawn "swaybg -i ~/media/pix/berry.jpg -m center -o '*'" +# riverctl spawn "swaybg -i ~/media/pix/berry.jpg -m center -o '*'" + riverctl spawn "swaybg -i ~/media/pix/bg/Punica_granatum_Dorothea_Eliza_Smith.jpg -m center" + riverctl spawn "sunset" #waybar on startup @@ -190,4 +193,4 @@ riverctl spawn mako # River will send the process group of the init executable SIGTERM on exit. riverctl default-layout rivertile -exec rivertile -outer-padding 1 -view-padding 3 +exec rivertile -outer-padding 0 -view-padding 0 -- cgit v1.2.3