From 2a5ba0665ab33e1a8cddc66e428e9ab8c45d1f5d Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 7 Jul 2022 17:00:01 -0500 Subject: [PATCH 1/2] adding ttyper --- README.org | 1 + bpytop/btop.conf | 5 ++++- mpv/mpv.conf | 2 +- system/kaladin/configuration.nix | 1 + system/syl/configuration.nix | 1 + 5 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index b04b51f..6584988 100644 --- a/README.org +++ b/README.org @@ -272,6 +272,7 @@ samba ark dash light +ttyper kget audacity krename diff --git a/bpytop/btop.conf b/bpytop/btop.conf index 3d5716a..791e3f3 100644 --- a/bpytop/btop.conf +++ b/bpytop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.2.6 +#? Config file for btop v. 1.2.7 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" @@ -144,6 +144,9 @@ mem_graphs = True #* Show mem box below net box instead of above. mem_below_net = False +#* Count ZFS ARC in cached and available memory. +zfs_arc_cached = True + #* If swap memory should be shown in memory box. show_swap = True diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 37cd14d..cab1765 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -8,7 +8,7 @@ geometry=90%:90% hwdec=auto rtsp-transport=udp speed=1.95 -gpu-context=wayland +# gpu-context=wayland # ytdl-path=yt-dlp ytdl-format=bestvideo[height<=?720][fps<=?30]+bestaudio/best diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index fffe83f..405c1ec 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -185,6 +185,7 @@ ark dash light + ttyper kget audacity krename diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 965f79e..438a556 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -195,6 +195,7 @@ ark dash light + ttyper kget audacity krename From b92e14159caace5fe575da52fd297fdff2bebe3f Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 11 Jul 2022 15:06:31 -0500 Subject: [PATCH 2/2] adding rubberband and some script changes --- README.org | 1 + scripts/dlaudio | 2 +- scripts/transcode-video.sh | 6 ++++++ system/kaladin/configuration.nix | 1 + system/syl/configuration.nix | 1 + 5 files changed, 10 insertions(+), 1 deletion(-) create mode 100755 scripts/transcode-video.sh diff --git a/README.org b/README.org index 6584988..bdc85fd 100644 --- a/README.org +++ b/README.org @@ -345,6 +345,7 @@ plasma5Packages.qt5ct lxappearance spotdl kdenlive +rubberband ffmpeg wlroots picom-next diff --git a/scripts/dlaudio b/scripts/dlaudio index 751777a..60f4a8d 100755 --- a/scripts/dlaudio +++ b/scripts/dlaudio @@ -1,3 +1,3 @@ #!/bin/sh -alacritty -e yt-dlp -x -o '/home/chris/Music/%(title)s.%(ext)s ' $1 +konsole -e yt-dlp -x -o '/home/chris/Music/%(title)s.%(ext)s ' $1 diff --git a/scripts/transcode-video.sh b/scripts/transcode-video.sh new file mode 100755 index 0000000..578a049 --- /dev/null +++ b/scripts/transcode-video.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +for filename in *.mov; do + ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i "${filename}" -c:v hevc_nvenc -c:a aac -crf 22 "${filename%.*}".mp4 + rm $filename +done diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index 405c1ec..cc6a9d6 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -258,6 +258,7 @@ lxappearance spotdl kdenlive + rubberband ffmpeg wlroots picom-next diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 438a556..252918d 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -268,6 +268,7 @@ lxappearance spotdl kdenlive + rubberband ffmpeg wlroots picom-next