chore: changing up some options

This commit is contained in:
Artur Manuel 2024-11-30 11:43:52 +00:00
commit ce8c135e1d
6 changed files with 57 additions and 45 deletions

View file

@ -2,8 +2,8 @@
decorations = "None"
[window.padding]
x = 8
y = 8
x = 16
y = 16
[font]
size = 14

View file

@ -1,7 +1,7 @@
#!/bin/sh
riverctl spawn kanshi
riverctl spawn "swaybg -i ~/.local/share/wallpapers/01.png -m fill"
riverctl spawn "wbg ~/.local/share/wallpapers/04.png"
riverctl spawn "systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
riverctl spawn "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river"
@ -80,8 +80,8 @@ done
riverctl rule-add ssd
riverctl background-color 0x00000000
riverctl border-color-focused 0x9ccfd8ff
riverctl border-color-unfocused 0x524f67ff
riverctl border-color-focused 0x27a1b9ff
riverctl border-color-unfocused 0x15161eff
riverctl keyboard-layout "us"
riverctl set-repeat 50 300
@ -89,4 +89,4 @@ riverctl set-repeat 50 300
riverctl xcursor-theme "BreezeX-RosePine-Linux"
riverctl default-layout rivertile
rivertile -view-padding 6 -outer-padding 6 &
rivertile -view-padding 10 -outer-padding 10 &