diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-06 20:16:18 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-06 20:16:18 +0100 |
| commit | b03a46890352b6e6614e71544fbd8c5a1fb2b7e2 (patch) | |
| tree | 1d4838f6c83ffdb94841207aa87a73a2a4d0ca5e | |
| parent | 77bdf06d5684112c6150a4edfa76891e4eec29b1 (diff) | |
changed paths
| -rwxr-xr-x | .config/mpd/mpd.conf | 12 | ||||
| -rw-r--r-- | .config/neofetch/config.conf | 4 | ||||
| -rw-r--r-- | .ncmpcpp/config | 7 | ||||
| -rwxr-xr-x | .xinitrc | 8 |
4 files changed, 16 insertions, 15 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 14e2a43..3da057b 100755 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,12 +1,12 @@ bind_to_address "127.0.0.1" #bind_to_address "/run/mpd/socket" -music_directory "/media/HDD/Music" -playlist_directory "/home/cafebabe/.config/mpd/playlists" -db_file "/home/cafebabe/.config/mpd/database" -log_file "/home/cafebabe/.config/mpd/log" -pid_file "/home/cafebabe/.config/mpd/pid" -state_file "/home/cafebabe/.config/mpd/mpdstate" +music_directory "/hdd/Music" +playlist_directory "$HOME/.config/mpd/playlists" +db_file "$HOME/.config/mpd/database" +log_file "$HOME/.config/mpd/log" +pid_file "$HOME/.config/mpd/pid" +state_file "$HOME/.config/mpd/mpdstate" audio_output { type "pulse" diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index e6880e5..b1cbba8 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -8,9 +8,9 @@ print_info() { info "Host" model info "Kernel" kernel info "Uptime" uptime - # info "Packages" packages + info "Packages" packages info "Shell" shell - # info "Resolution" resolution + info "Resolution" resolution info "DE" de info "WM" wm info "WM Theme" wm_theme diff --git a/.ncmpcpp/config b/.ncmpcpp/config index c5384f7..f499c17 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -1,9 +1,10 @@ # Files -ncmpcpp_directory = /home/cafebabe/.ncmpcpp -lyrics_directory = /home/cafebabe/.ncmpcpp/lyrics +ncmpcpp_directory = $HOME/.ncmpcpp +lyrics_directory = $HOME/.ncmpcpp/lyrics + mpd_host = localhost mpd_port = 6600 -mpd_music_dir = /media/HDD/Music +mpd_music_dir = /hdd/Music mpd_connection_timeout = 5 # Playlist @@ -7,8 +7,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi -if [ -f /home/cafebabe/.local/bin/statusbar ]; then - . /home/cafebabe/.local/bin/statusbar +if [ -f $HOME/.local/bin/statusbar ]; then + . $HOME/.local/bin/statusbar fi export GTK_IM_MODULE='ibus' @@ -31,9 +31,9 @@ xset s off -dpms setxkbmap -option "ctrl:nocaps" -xwallpaper --maximize "$(/usr/bin/ls -d -1 /media/HDD/Pictures/wallpaper/* | shuf -n1)" & +xwallpaper --maximize "$(/usr/bin/ls -d -1 /hdd/Pictures/wallpaper/* | shuf -n1)" & -compton --config /home/cafebabe/.config/compton/compton.conf -b +compton --config $HOME/.config/compton/compton.conf -b exec dwm |
