diff --git a/README.org b/README.org index d1bd9ff..dc99375 100644 --- a/README.org +++ b/README.org @@ -272,6 +272,7 @@ samba ark dash light +ttyper kget audacity krename @@ -344,6 +345,7 @@ plasma5Packages.qt5ct lxappearance spotdl kdenlive +rubberband ffmpeg wlroots picom-next 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/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 42c7258..b1a5dae 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -185,6 +185,7 @@ ark dash light + ttyper kget audacity krename @@ -257,6 +258,7 @@ lxappearance spotdl kdenlive + rubberband ffmpeg wlroots picom-next diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 311e908..c7e5f07 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -195,6 +195,7 @@ ark dash light + ttyper kget audacity krename @@ -267,6 +268,7 @@ lxappearance spotdl kdenlive + rubberband ffmpeg wlroots picom-next