diff --git a/.config/river/boyfriends-ships.png b/.config/river/boyfriends-ships.png deleted file mode 100644 index 896caf4..0000000 Binary files a/.config/river/boyfriends-ships.png and /dev/null differ diff --git a/.config/river/boyfriends-ships2.png b/.config/river/boyfriends-ships2.png deleted file mode 100644 index c98152b..0000000 Binary files a/.config/river/boyfriends-ships2.png and /dev/null differ diff --git a/.config/river/init b/.config/river/init index 5b0b061..8709a2d 100755 --- a/.config/river/init +++ b/.config/river/init @@ -8,11 +8,7 @@ riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr" brillo -I riverctl spawn "pgrep -x foot >/dev/null || foot --server" -if test -f ~/.config/river/coordenadas; then - riverctl spawn "pgrep -x wlsunset >/dev/null || wlsunset $(cat ~/.config/river/coordenadas)" -else - echo "¡Falta ~/.config/river/coordenadas!" -fi +riverctl spawn "pgrep -x wlsunset >/dev/null || wlsunset -l -34.61315 -L -58.37723" riverctl spawn "pgrep -x syncthing >/dev/null || syncthing -no-browser" # yambar spawned by load-colors riverctl spawn "pgrep -x kanshi >/dev/null || kanshi" diff --git a/.config/themer/river-colors.sh b/.config/themer/river-colors.sh deleted file mode 100755 index 426067d..0000000 --- a/.config/themer/river-colors.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/sh -set -e - -echo "#!/bin/sh -# Autogenerated by ~/.config/themer/river-colors.sh -" > ~/.config/river/colors - -rose_pine () { - if $dark; then - border_focused=$iris - border_unfocused=$inactive - else - border_focused=$subtle - border_unfocused=$overlay - fi - echo " - export background=$base - export foreground=$text - export border_focused=$border_focused - export border_unfocused=$border_unfocused - export dark=$dark - " >> ~/.config/river/colors -} -mono () { - test ! "$dark" = true && bg="export bg=~/.config/river/wallpapers/'Abyss Reflections - Cat ears.png'" - echo " - export background=$background - export foreground=$foreground - export border_focused=$accent - export border_unfocused=$backgroundish - export dark=$dark - $bg - " >> ~/.config/river/colors -} - -if test "$1" = rose-pine; then - . ~/.config/themer/themes/rose-pine.sh - rose_pine -elif test "$1" = rose-pine-dawn; then - . ~/.config/themer/themes/rose-pine-dawn.sh - rose_pine -elif test "$1" = rose-pine-moon; then - . ~/.config/themer/themes/rose-pine-moon.sh - rose_pine -elif test "$1" = mono; then - . ~/.config/themer/themes/mono.sh - mono -elif test "$1" = mono-light; then - . ~/.config/themer/themes/mono-light.sh - mono -else - if test -n "$1"; then - echo "I don't know that theme" - else - echo "No theme specified" - fi - exit 1 -fi diff --git a/.config/themer/waylock.sh b/.config/themer/waylock.sh deleted file mode 100755 index dac9930..0000000 --- a/.config/themer/waylock.sh +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/sh -set -e - -rose_pine () { - echo "# Autogenerated by ~/.config/themer/waylock.sh -[colors] -init_color = 0x$base -input_color = 0x$pine -fail_color = 0x$love -" > ~/.config/waylock/waylock.toml -} -mono () { - echo "# Autogenerated by ~/.config/themer/waylock.sh -[colors] -init_color = 0x$background -input_color = 0x$foreground -fail_color = 0x$foregroundish -" > ~/.config/waylock/waylock.toml -} - -if test "$1" = rose-pine; then - . ~/.config/themer/themes/rose-pine.sh - rose_pine -elif test "$1" = rose-pine-dawn; then - . ~/.config/themer/themes/rose-pine-dawn.sh - rose_pine -elif test "$1" = rose-pine-moon; then - . ~/.config/themer/themes/rose-pine-moon.sh - rose_pine -elif test "$1" = mono; then - . ~/.config/themer/themes/mono.sh - mono -elif test "$1" = mono-light; then - . ~/.config/themer/themes/mono-light.sh - mono -else - if test -n "$1"; then - echo "I don't know that theme" - else - echo "No theme specified" - fi - exit 1 -fi diff --git a/.config/themer/yambar.sh b/.config/themer/yambar.sh deleted file mode 100755 index 4f6e591..0000000 --- a/.config/themer/yambar.sh +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/sh -set -e - -rose_pine () { - echo "# Autogenerated by ~/.config/themer/yambar.sh -background: &bg ${base}ff -foreground: &fg ${text}ff -accent: &accent ${iris}ff -" > ~/.config/yambar/config.yml -} -mono () { - echo "# Autogenerated by ~/.config/themer/yambar.sh -background: &bg ${background}ff -backgroundish: &bgish ${backgroundish}ff -foreground: &fg ${foreground}ff -accent: &accent ${accent}ff -" > ~/.config/yambar/config.yml -} - -if test "$1" = rose-pine; then - . ~/.config/themer/themes/rose-pine.sh - rose_pine -elif test "$1" = rose-pine-dawn; then - . ~/.config/themer/themes/rose-pine-dawn.sh - rose_pine -elif test "$1" = rose-pine-moon; then - . ~/.config/themer/themes/rose-pine-moon.sh - rose_pine -elif test "$1" = mono; then - . ~/.config/themer/themes/mono.sh - mono -elif test "$1" = mono-light; then - . ~/.config/themer/themes/mono-light.sh - mono -else - if test -n "$1"; then - echo "I don't know that theme" - else - echo "No theme specified" - fi - exit 1 -fi - -cat ~/.config/yambar/real-config.yml >> ~/.config/yambar/config.yml