Last yays
This commit is contained in:
parent
c7d9581d7b
commit
186912ca1d
@ -1,5 +1,5 @@
|
|||||||
echo "Install slurp + wl-screenrec for new ALT+PrintScreen screen recorder"
|
echo "Install slurp + wl-screenrec for new ALT+PrintScreen screen recorder"
|
||||||
|
|
||||||
if ! command -v wl-screenrec &>/dev/null || ! command -v slurp &>/dev/null; then
|
if ! command -v wl-screenrec &>/dev/null || ! command -v slurp &>/dev/null; then
|
||||||
yay -S --noconfirm --needed slurp wl-screenrec
|
sudo pacman -S --noconfirm --needed slurp wl-screenrec
|
||||||
fi
|
fi
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
echo "Replace wofi with walker as the default launcher"
|
echo "Replace wofi with walker as the default launcher"
|
||||||
|
|
||||||
if ! command -v walker &>/dev/null; then
|
if ! command -v walker &>/dev/null; then
|
||||||
yay -Sy --noconfirm --needed walker-bin libqalculate
|
sudo pacman -Sy --noconfirm --needed walker-bin libqalculate
|
||||||
|
|
||||||
sudo pacman -Rns --noconfirm wofi
|
sudo pacman -Rns --noconfirm wofi
|
||||||
rm -rf ~/.config/wofi
|
rm -rf ~/.config/wofi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user