From 08d200c7b0c9210afe5bc2819b99a2726b4421a7 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 23 Aug 2026 21:35:26 -0400 Subject: cleanup work --- users/ryan/linux/firefox-nightly/.to-be-deleted | 0 users/ryan/linux/mailvelope/gpgmejson.json | 7 ----- users/ryan/linux/mailvelope/start.sh | 4 --- users/ryan/linux/spotify-player/app.toml | 34 ------------------------- 4 files changed, 45 deletions(-) create mode 100644 users/ryan/linux/firefox-nightly/.to-be-deleted delete mode 100644 users/ryan/linux/mailvelope/gpgmejson.json delete mode 100755 users/ryan/linux/mailvelope/start.sh delete mode 100644 users/ryan/linux/spotify-player/app.toml (limited to 'users/ryan/linux') diff --git a/users/ryan/linux/firefox-nightly/.to-be-deleted b/users/ryan/linux/firefox-nightly/.to-be-deleted new file mode 100644 index 0000000..e69de29 diff --git a/users/ryan/linux/mailvelope/gpgmejson.json b/users/ryan/linux/mailvelope/gpgmejson.json deleted file mode 100644 index 7ad8586..0000000 --- a/users/ryan/linux/mailvelope/gpgmejson.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "gpgmejson", - "description": "JavaScript binding for GnuPG", - "path": "/home/ryan/.local/share/mailvelope/start.sh", - "type": "stdio", - "allowed_extensions": ["jid1-AQqSMBYb0a8ADg@jetpack"] -} diff --git a/users/ryan/linux/mailvelope/start.sh b/users/ryan/linux/mailvelope/start.sh deleted file mode 100755 index 01b3ee2..0000000 --- a/users/ryan/linux/mailvelope/start.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -# Wrap for gpgme-json so firefox can use it -exec gpgme-json $@ diff --git a/users/ryan/linux/spotify-player/app.toml b/users/ryan/linux/spotify-player/app.toml deleted file mode 100644 index 4eac5e4..0000000 --- a/users/ryan/linux/spotify-player/app.toml +++ /dev/null @@ -1,34 +0,0 @@ -theme = "dracula" -client_id = "4b1219bdc29945bc8ca914f80a8a6a47" -client_port = 8888 -playback_format = """ -{track} • {artists} -{album} -{metadata}""" -tracks_playback_limit = 50 -app_refresh_duration_in_ms = 32 -playback_refresh_duration_in_ms = 0 -cover_image_refresh_duration_in_ms = 2000 -page_size_in_rows = 20 -play_icon = "▶" -pause_icon = "▌▌" -liked_icon = "♥" -border_type = "Plain" -progress_bar_type = "Rectangle" -playback_window_position = "Top" -cover_img_length = 9 -cover_img_width = 5 -cover_img_scale = 1.0 -playback_window_width = 6 -enable_media_control = true -enable_streaming = "DaemonOnly" -enable_cover_image_cache = true -default_device = "RyanThinkpad" - -[copy_command] -command = "wlcopy" -args = [] - -[notify_format] -summary = "{track} • {artists}" -body = "{album}" -- cgit v1.3.1