diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 87721de..ed4196c 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -2,17 +2,18 @@ db_file "~/.config/mpd/database" # If running mpd using systemd, delete this line to log directly to systemd. -log_file "syslog" +#log_file "syslog" + +bind_to_address "127.0.0.1" # The music directory is by default the XDG directory, uncomment to amend and choose a different directory -music_directory "~/music" +music_directory "~/music/share/music" # Uncomment to refresh the database whenever files in the music_directory are changed #auto_update "yes" # Uncomment to enable the functionalities playlist_directory "~/.config/mpd/playlists" -pid_file "~/.config/mpd/pid" state_file "~/.config/mpd/state" sticker_file "~/.config/mpd/sticker.sql" @@ -20,3 +21,5 @@ audio_output { type "pipewire" name "PipeWire Sound Server" } + +user "opal" diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 45367f9..0005e32 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -1,8 +1,13 @@ +---Tech--- https://protesilaos.com/master.xml https://landchad.net/rss.xml https://videos.lukesmith.xyz/feeds/videos.xml?videoChannelId=2 "~Luke Smith (Videos)" +---News--- https://thegrayzone.com/rss https://multipolarista.com/rss +---Podcasts--- https://feeds.simplecast.com/dCXMIpJz "Last Podcast On the Left" http://feeds.soundcloud.com/users/soundcloud:users:572119410/sounds.rss podcasts "Fall of Civilziation" https://feeds.feedburner.com/dancarlin/history?format=xml podcasts "Hardcore History" +---Misc--- +https://www.reddit.com/r/stupidpol/.rss diff --git a/.config/systemd/user/default.target.wants/easyeffects.service b/.config/systemd/user/default.target.wants/easyeffects.service new file mode 120000 index 0000000..f9c3547 --- /dev/null +++ b/.config/systemd/user/default.target.wants/easyeffects.service @@ -0,0 +1 @@ +/home/opal/.config/systemd/user/easyeffects.service \ No newline at end of file diff --git a/.config/systemd/user/easyeffects.service b/.config/systemd/user/easyeffects.service new file mode 100644 index 0000000..9720afe --- /dev/null +++ b/.config/systemd/user/easyeffects.service @@ -0,0 +1,11 @@ +[Unit] +Description=EasyEffects, EQ Program + +[Service] +ExecStart=/usr/bin/easyeffects --gapplication-service +Restart=on-failure +SuccessExitStatus=3 4 +RestartForceExitStatus=3 4 + +[Install] +WantedBy=default.target