From fb14299c8b9fd1b515ed5b6ede11357e9ec5a447 Mon Sep 17 00:00:00 2001 From: pancakes Date: Tue, 4 Nov 2025 15:11:02 +1000 Subject: [PATCH] Remove music-discord-rpc --- .../dot-config/music-discord-rpc/config.yaml | 45 ------------------- niri/.config/niri/config.kdl | 1 - 2 files changed, 46 deletions(-) delete mode 100644 music-discord-rpc/dot-config/music-discord-rpc/config.yaml diff --git a/music-discord-rpc/dot-config/music-discord-rpc/config.yaml b/music-discord-rpc/dot-config/music-discord-rpc/config.yaml deleted file mode 100644 index d2f5b9e..0000000 --- a/music-discord-rpc/dot-config/music-discord-rpc/config.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# music-discord-rpc configuration file - -# You can reset this file using the command: -# music-discord-rpc --reset-config - -# You can also disable Last.fm as a cover source by providing an empty string as the key. -lastfm_api_key: "" - -# Activity refresh rate in seconds (min 5) -interval: 5 - -# Select visible activity buttons (max 2) [possible values: yt, lastfm, listenbrainz, mprisUrl, shamelessAd] -button: -# - yt -# - lastfm - -rpc_name: artist - -small_image: none - -# Prevent MPRIS artUrl to be used as album cover if cover is not available on Last.fm. Mainly for working with thumbnails from YouTube and other video sites. -# Additionally, it also disables icon and player name replacement on YouTube if it detects a YouTube thumbnail link. -disable_mpris_art_url: false - -# Use -l, --list-players to get player exact name to use with this option -# The order matters and the first is the most important. -allowlist: - - "Music" - -# Use -l, --list-players to get player exact name to use with this option -video_players: -# - "VLC Media Player" -# - "Chrome" - -# Hide the album name to decrease activity height -hide_album_name: false - -# Only send activity when media is playing -only_when_playing: true - -# Prevent MusicBrainz to be used as source of album cover if cover is not available on Last.fm -disable_musicbrainz_cover: false - -# Disable cache (not recommended) -disable_cache: false diff --git a/niri/.config/niri/config.kdl b/niri/.config/niri/config.kdl index f39ea02..d2e5670 100644 --- a/niri/.config/niri/config.kdl +++ b/niri/.config/niri/config.kdl @@ -72,7 +72,6 @@ spawn-at-startup "udiskie" spawn-at-startup "wl-paste" "--watch" "cliphist" "store" spawn-at-startup "cliphist" "wipe" spawn-at-startup "flatpak" "run" "it.mijorus.smile" "--start-hidden" -spawn-at-startup "music-discord-rpc" environment { CLIPHIST_MAX_ITEMS "20" ELECTRON_OZONE_PLATFORM_HINT "auto"