etc
home
default
.config
.fonts
.local
scripts
append-urls-to-titles
backup-archive
booksplit
create-playlist
del-macos-folders
generate-mpd-playlists
git_log_alias
hash-filenames
list-packages
mp3-to-opus
package-list
phoenix
proverb
record-screen
remove-exif
restart-bluetooth
restart-music
screenshot
scrub-ufw
sort-by-length
tag
titles-to-youtube-playlist
update-mirrors
update-mpd
update-nonsystem
wget-titles-from-urls
youtube-archive
youtube-archive-audio
youtube-audio
.bashrc
.profile
.tool-versions
.xprofile
.gitignore
preview.png
readme.md
add bashrc ignore xauthority add autounlocking keepass desktop entry add fonts for waybar add alacritty config move scripts location and adjust bashrc use materia theme sway and lockscreen add list packages script add ranger desktop item add mpd config add indicator ring to swaylock remove mpd password add global asdf tool versions add mako config update keys add swaylock theme add suspend to lock config move ssh commands to aliases tweak mpd section in waybar add kanshi config for work update bashrc
6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
set -eoux pipefail
|
|
|
|
# uses mpc to manually trigger a mpd update
|
|
mpc -h localhost -p 6600 --password update
|