diff --git a/.config/isotope.dark b/.config/isotope.dark index 76aa556..279604a 100644 --- a/.config/isotope.dark +++ b/.config/isotope.dark @@ -1,24 +1,4 @@ #!/bin/sh if [[ "$TERM" = "vt102" || "$TERM" = "linux" ]]; then - /bin/echo -e " - \e]P0000000 - \e]P1ff0000 - \e]P233ff00 - \e]P3ff0099 - \e]P40066ff - \e]P5cc00ff - \e]P600ffff - \e]P7d0d0d0 - \e]P8808080 - \e]P9ff0000 - \e]PA33ff00 - \e]PBff0099 - \e]PC0066ff - \e]PDcc00ff - \e]PE00ffff - \e]PFffffff - " - # get rid of artifacts - clear + printf "\e]P0000000\e]P1ff0000\e]P233ff00\e]P3ff0099\e]P40066ff\e]P5cc00ff\e]P600ffff\e]P7d0d0d0\e]P8808080\e]P9ff0000\e]PA33ff00\e]PBff0099\e]PC0066ff\e]PDcc00ff\e]PE00ffff\e]PFffffff" fi - diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 2226900..993b16f 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,2 +1,2 @@ -ytdl-format="bestvideo[height=?720][fps<=?30]+bestaudio/best" +ytdl-format="bestvideo[height=?480][fps<=?30]+bestaudio/best" user-agent="Mozilla/5.0" diff --git a/.newsboat/config b/.newsboat/config index 0783018..c32db97 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -1,4 +1,4 @@ -browser "mpv --user-agent=Mozilla/5.0 '--ytdl-format=bestvideo[height=?720][fps<=?30]+bestaudio/best' %u" +browser "mpv --user-agent=Mozilla/5.0 '--ytdl-format=bestvideo[height=?480][fps<=?30]+bestaudio/best' %u" use-proxy yes proxy-type socks5h proxy 127.0.0.1:9050