feat: move to gruvbox
This commit is contained in:
parent
1fab0efd26
commit
c467ee449d
18 changed files with 442 additions and 436 deletions
|
@ -1,13 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
riverctl spawn kanshi
|
||||
riverctl spawn "wbg ~/.local/share/wallpapers/04.png"
|
||||
riverctl spawn "wbg ~/.local/share/wallpapers/01.jpg"
|
||||
riverctl spawn "waybar"
|
||||
|
||||
riverctl spawn "systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
riverctl spawn "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river"
|
||||
|
||||
riverctl map normal Super+Shift Return spawn kitty
|
||||
riverctl map normal Super P spawn fuzzel
|
||||
riverctl map normal Super P spawn "rofi -show drun"
|
||||
riverctl map normal Super Q close
|
||||
riverctl map normal Super+Shift E exit
|
||||
riverctl map normal Super+Shift C spawn "~/.config/river/init"
|
||||
|
@ -80,13 +81,13 @@ done
|
|||
riverctl rule-add ssd
|
||||
|
||||
riverctl background-color 0x00000000
|
||||
riverctl border-color-focused 0x27a1b9ff
|
||||
riverctl border-color-focused 0x8ec07cff
|
||||
riverctl border-color-unfocused 0x00000000
|
||||
|
||||
riverctl keyboard-layout "us"
|
||||
riverctl set-repeat 50 300
|
||||
|
||||
riverctl xcursor-theme "Simp1e-Tokyo-Night"
|
||||
riverctl xcursor-theme "Simp1e-Gruvbox-Dark"
|
||||
|
||||
riverctl default-layout rivertile
|
||||
rivertile -view-padding 10 -outer-padding 10 &
|
||||
rivertile -view-padding 4 -outer-padding 4 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue