Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9b27052b79
|
@ -272,6 +272,7 @@ samba
|
||||||
ark
|
ark
|
||||||
dash
|
dash
|
||||||
light
|
light
|
||||||
|
ttyper
|
||||||
kget
|
kget
|
||||||
audacity
|
audacity
|
||||||
krename
|
krename
|
||||||
|
@ -344,6 +345,7 @@ plasma5Packages.qt5ct
|
||||||
lxappearance
|
lxappearance
|
||||||
spotdl
|
spotdl
|
||||||
kdenlive
|
kdenlive
|
||||||
|
rubberband
|
||||||
ffmpeg
|
ffmpeg
|
||||||
wlroots
|
wlroots
|
||||||
picom-next
|
picom-next
|
||||||
|
|
|
@ -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.
|
#* 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"
|
#* 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.
|
#* Show mem box below net box instead of above.
|
||||||
mem_below_net = False
|
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.
|
#* If swap memory should be shown in memory box.
|
||||||
show_swap = True
|
show_swap = True
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/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
|
||||||
|
|
6
scripts/transcode-video.sh
Executable file
6
scripts/transcode-video.sh
Executable file
|
@ -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
|
|
@ -185,6 +185,7 @@
|
||||||
ark
|
ark
|
||||||
dash
|
dash
|
||||||
light
|
light
|
||||||
|
ttyper
|
||||||
kget
|
kget
|
||||||
audacity
|
audacity
|
||||||
krename
|
krename
|
||||||
|
@ -257,6 +258,7 @@
|
||||||
lxappearance
|
lxappearance
|
||||||
spotdl
|
spotdl
|
||||||
kdenlive
|
kdenlive
|
||||||
|
rubberband
|
||||||
ffmpeg
|
ffmpeg
|
||||||
wlroots
|
wlroots
|
||||||
picom-next
|
picom-next
|
||||||
|
|
|
@ -195,6 +195,7 @@
|
||||||
ark
|
ark
|
||||||
dash
|
dash
|
||||||
light
|
light
|
||||||
|
ttyper
|
||||||
kget
|
kget
|
||||||
audacity
|
audacity
|
||||||
krename
|
krename
|
||||||
|
@ -267,6 +268,7 @@
|
||||||
lxappearance
|
lxappearance
|
||||||
spotdl
|
spotdl
|
||||||
kdenlive
|
kdenlive
|
||||||
|
rubberband
|
||||||
ffmpeg
|
ffmpeg
|
||||||
wlroots
|
wlroots
|
||||||
picom-next
|
picom-next
|
||||||
|
|
Loading…
Reference in a new issue