Skip to content

Commit dbdf544

Browse files
committed
fix(misc): remove old references, update urls
1 parent 66df522 commit dbdf544

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

scripts/music/beetim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ Example:
1616
fi
1717

1818
command -v beet >/dev/null || { echo "beet is not installed"; exit 1; }
19-
command -v disable-mullvad-for >/dev/null || { echo "disable-mullvad-for script is not in path"; exit 1; }
2019
command -v findex >/dev/null || { echo "findex script is not in path"; exit 1; }
2120
command -v fix-mp3-dates >/dev/null || { echo "fix-mp3-dates script is not in path"; exit 1; }
2221

23-
disable-mullvad-for beet import -I "$@" && {
22+
beet import -I "$@" && {
2423
printf "Remove imported files? (y/N): "
2524
read -r res
2625
if [ "$res" = "y" ]; then

scripts/org/inbox-leerung

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ outcome:
214214
- empty whatsapp
215215
216216
EOF
217+
$BROWSER "https://web.whatsapp.com/" >/dev/null 2>&1 &
217218
prompt_continue
218219
}
219220

scripts/pacman/up

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ run_yay() {
3232
sudo pacman -Syu
3333
reapply_X_settings
3434

35-
if command -v disable-mullvad-for >/dev/null; then
36-
disable-mullvad-for yay --color=always --noconfirm
37-
else
38-
yay --color=always --noconfirm
39-
fi
35+
yay --color=always --noconfirm
4036
reapply_X_settings
4137

4238
yay -Qtdq | yay -Rsn --noconfirm -

scripts/rofi/banglist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,5 @@ media https://mediathekviewweb.de/#query=%s
107107
j https://jellyfin.neidel.xyz/web/index.html#/search.html?query=%s
108108
inv https://www.marketwatch.com/investing/stock/%s/company-profile?mod=mw_quote_tab
109109
i https://duckduckgo.com/?q=%s&ia=images&iax=images
110+
wb https://www.worldofbooks.com/de-de/search?q=%s
111+
o https://org-search.neidel.xyz/?query=%s

0 commit comments

Comments
 (0)