Compare commits
1 Commits
3c7196eae2
...
539a1e0817
Author | SHA1 | Date | |
---|---|---|---|
539a1e0817 |
@ -1,6 +1,6 @@
|
||||
profile {
|
||||
output "LG Electronics LG IPS QHD 201NTPCGD520" enable scale 1.30 position 0,0 mode 2560x1440@75Hz
|
||||
output "LG Electronics LG IPS QHD 309NTABDW064" enable scale 1.30 position 1974,0 mode 2560x1440@75Hz
|
||||
output "LG Electronics LG IPS QHD 201NTPCGD520" enable scale 1.30 position 0,0 mode 2560x1440@60Hz
|
||||
output "LG Electronics LG ULTRAWIDE 0x01010101" enable position 1968,0 mode 2560x1080@60Hz
|
||||
}
|
||||
|
||||
profile {
|
||||
|
@ -242,13 +242,6 @@ client.unfocused #222222 #222222 #AAAAAA
|
||||
# font
|
||||
font pango: IBMPlexMono Regular 10
|
||||
|
||||
input "5215:621:SINO_WEALTH_GXT_144_Gaming_Mouse" {
|
||||
accel_profile "flat"
|
||||
dwt disabled
|
||||
left_handed disabled
|
||||
pointer_accel -0.78
|
||||
}
|
||||
|
||||
# wacom
|
||||
input "1386:770:Wacom_Intuos_PT_S_Pen" {
|
||||
accel_profile "flat"
|
||||
|
@ -3,5 +3,5 @@ set -eou pipefail
|
||||
|
||||
echo "$1" | wget-titles-from-urls >> titles.txt
|
||||
echo "$1" | youtube-audio
|
||||
ls -Art | tail -n 1 | xargs -d '\n' kid3
|
||||
standardize-music
|
||||
ls -Art | tail -n 1 | xargs -d '\n' kid3
|
||||
|
@ -9,7 +9,7 @@ fi
|
||||
count=`ls -1 *.ogg 2>/dev/null | wc -l`
|
||||
if [ $count != 0 ]; then
|
||||
for i in *.ogg; do
|
||||
ffmpeg -y -i "$i" -map_metadata 0:s:a:0 "${i%.*}.mp3" && rm "$i"
|
||||
ffmpeg -y -i "$i" "${i%.*}.mp3" && rm "$i"
|
||||
done
|
||||
fi
|
||||
|
||||
@ -21,7 +21,7 @@ fi
|
||||
count=`ls -1 *.webm 2>/dev/null | wc -l`
|
||||
if [ $count != 0 ]; then
|
||||
for i in *.webm; do
|
||||
ffmpeg -y -i "$i" -map_metadata 0:s:a:0 "${i%.*}.mp3" && rm "$i"
|
||||
ffmpeg -y -i "$i" "${i%.*}.mp3" && rm "$i"
|
||||
done
|
||||
fi
|
||||
|
||||
@ -33,7 +33,7 @@ fi
|
||||
count=`ls -1 *.opus 2>/dev/null | wc -l`
|
||||
if [ $count != 0 ]; then
|
||||
for i in *.opus; do
|
||||
ffmpeg -y -i "$i" -map_metadata 0:s:a:0 "${i%.*}.mp3" && rm "$i"
|
||||
ffmpeg -y -i "$i" "${i%.*}.mp3" && rm "$i"
|
||||
done
|
||||
fi
|
||||
|
||||
@ -45,7 +45,7 @@ fi
|
||||
count=`ls -1 *.m4a 2>/dev/null | wc -l`
|
||||
if [ $count != 0 ]; then
|
||||
for i in *.m4a; do
|
||||
ffmpeg -y -i "$i" -map_metadata 0:s:a:0 "${i%.*}.mp3" && rm "$i"
|
||||
ffmpeg -y -i "$i" "${i%.*}.mp3" && rm "$i"
|
||||
done
|
||||
fi
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
7zip
|
||||
adwaita-dark
|
||||
adwaita-qt5-git
|
||||
adwaita-qt6-git
|
||||
aic94xx-firmware
|
||||
alacritty
|
||||
amd-ucode
|
||||
@ -121,6 +117,7 @@ lib32-gamemode
|
||||
lib32-gst-plugins-base-libs
|
||||
lib32-gtk3
|
||||
lib32-libappindicator-gtk3
|
||||
lib32-libva-mesa-driver
|
||||
lib32-libxslt
|
||||
lib32-ocl-icd
|
||||
lib32-v4l-utils
|
||||
@ -134,6 +131,7 @@ libpinyin
|
||||
libreoffice-still
|
||||
libretro-overlays
|
||||
libretro-shaders-slang
|
||||
libva-mesa-driver
|
||||
libva-utils
|
||||
libvncserver
|
||||
linux
|
||||
@ -188,6 +186,7 @@ openshot
|
||||
openvpn
|
||||
opustags
|
||||
overdue
|
||||
p7zip
|
||||
package-query
|
||||
papirus-icon-theme
|
||||
pavucontrol
|
||||
@ -226,12 +225,10 @@ remmina
|
||||
retroarch
|
||||
retroarch-assets-xmb
|
||||
rofi
|
||||
rsgain
|
||||
rsync
|
||||
seahorse
|
||||
shellcheck
|
||||
shotcut
|
||||
signal-desktop
|
||||
simple-scan
|
||||
slurp
|
||||
smartmontools
|
||||
|
Loading…
x
Reference in New Issue
Block a user