diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-20 15:44:01 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-20 15:44:01 +0200 |
commit | 5dff054404924b4656632fb4221698074bad4f4b (patch) | |
tree | debcf18efa131c707d0009254c0dafcef02fc67e | |
parent | up (diff) | |
download | dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.tar.gz dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.tar.bz2 dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.tar.xz dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.tar.zst dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/msmtp/config | 2 | ||||
-rw-r--r-- | .config/pipe-viewer/pipe-viewer.conf | 8 | ||||
-rwxr-xr-x | .local/bin/status/sb-net | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index b5aa7f8..5d08b59 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -44,4 +44,4 @@ account support@secuserve.com port 587 from support@secuserve.com user support@secuserve.com - passwordeval "pass show mutt/support@secuserve.com"
\ No newline at end of file + passwordeval "pass show mutt/support@secuserve.com" diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf index 3cb2eb9..0dbbc85 100644 --- a/.config/pipe-viewer/pipe-viewer.conf +++ b/.config/pipe-viewer/pipe-viewer.conf @@ -1,9 +1,10 @@ #!/usr/bin/perl -# CLI Pipe Viewer 0.2.2 - configuration file +# CLI Pipe Viewer 0.3.1 - configuration file our $CONFIG = { api_host => "auto", + audio_quality => "best", auto_captions => 0, autoplay_mode => 0, bypass_age_gate_with_proxy => 0, @@ -49,6 +50,7 @@ our $CONFIG = { downloads_dir => ".", env_proxy => 1, fat32safe => 0, + features => [], ffmpeg_cmd => "/usr/local/bin/ffmpeg", force_fallback => 0, fullscreen => 0, @@ -111,11 +113,7 @@ our $CONFIG = { srt => "--sub-file=*SUB*", }, }, - videoCaption => undef, - videoDefinition => undef, - videoDimension => undef, videoDuration => undef, - videoLicense => undef, watch_history => 0, watch_history_file => "$ENV{HOME}/.config/pipe-viewer/watched.txt", wget_cmd => "wget", diff --git a/.local/bin/status/sb-net b/.local/bin/status/sb-net index 6a3256b..f116844 100755 --- a/.local/bin/status/sb-net +++ b/.local/bin/status/sb-net @@ -4,7 +4,7 @@ if ifconfig | grep '^tun' >/dev/null 2>&1; then echo -n "歷 " fi -if ! ping -q -c1 -t1 8.8.8.8 >/dev/null 2>&1; then +if ! ping -q -c1 -t1 1.1.1.1 >/dev/null 2>&1; then echo " " return fi |