added systemd, new newsboat urls, mpd config
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
1
.config/systemd/user/default.target.wants/easyeffects.service
Symbolic link
1
.config/systemd/user/default.target.wants/easyeffects.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/opal/.config/systemd/user/easyeffects.service
|
||||
11
.config/systemd/user/easyeffects.service
Normal file
11
.config/systemd/user/easyeffects.service
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user