Rip out the last remnants of AUR
This commit is contained in:
@@ -16,15 +16,6 @@ screenrecording() {
|
||||
if lspci | grep -Eqi 'nvidia|intel.*graphics'; then
|
||||
wf-recorder -f "$filename" -c libx264 -p crf=23 -p preset=medium -p movflags=+faststart "$@"
|
||||
else
|
||||
if ! command -v wl-screenrec >/dev/null; then
|
||||
notify-send "Installing wl-screenrec in order to make screen recordings..."
|
||||
if omarchy-pkg-aur-accessible; then
|
||||
yay -S --noconfirm wl-screenrec
|
||||
else
|
||||
notify-send "Installing wl-screenrec failed due to AUR being unavailable..."
|
||||
fi
|
||||
fi
|
||||
|
||||
wl-screenrec -f "$filename" --ffmpeg-encoder-options="-c:v libx264 -crf 23 -preset medium -movflags +faststart" "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -1,13 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if ! command -v tzupdate &>/dev/null; then
|
||||
if omarchy-pkg-aur-accessible; then
|
||||
yay -S --noconfirm tzupdate
|
||||
else
|
||||
notify-send "Installing tzupdate failed due to AUR being unavailable..."
|
||||
fi
|
||||
fi
|
||||
|
||||
sudo tzupdate
|
||||
new_timezone=$(timedatectl show -p Timezone --value)
|
||||
omarchy-restart-waybar
|
||||
|
||||
Reference in New Issue
Block a user