summaryrefslogtreecommitdiff
path: root/users/ryan/linux
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-23 21:35:26 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-23 21:35:26 -0400
commit08d200c7b0c9210afe5bc2819b99a2726b4421a7 (patch)
treefd0e073a2996267cad302b7096b1eee72f19924d /users/ryan/linux
parent7108fc28e06a6326f7a04251cc95bbe50ced6133 (diff)
cleanup work
Diffstat (limited to 'users/ryan/linux')
-rw-r--r--users/ryan/linux/firefox-nightly/.to-be-deleted0
-rw-r--r--users/ryan/linux/mailvelope/gpgmejson.json7
-rwxr-xr-xusers/ryan/linux/mailvelope/start.sh4
-rw-r--r--users/ryan/linux/spotify-player/app.toml34
4 files changed, 0 insertions, 45 deletions
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
--- /dev/null
+++ b/users/ryan/linux/firefox-nightly/.to-be-deleted
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 @@
1{
2 "name": "gpgmejson",
3 "description": "JavaScript binding for GnuPG",
4 "path": "/home/ryan/.local/share/mailvelope/start.sh",
5 "type": "stdio",
6 "allowed_extensions": ["jid1-AQqSMBYb0a8ADg@jetpack"]
7}
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 @@
1#!/usr/bin/env bash
2
3# Wrap for gpgme-json so firefox can use it
4exec 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 @@
1theme = "dracula"
2client_id = "4b1219bdc29945bc8ca914f80a8a6a47"
3client_port = 8888
4playback_format = """
5{track} • {artists}
6{album}
7{metadata}"""
8tracks_playback_limit = 50
9app_refresh_duration_in_ms = 32
10playback_refresh_duration_in_ms = 0
11cover_image_refresh_duration_in_ms = 2000
12page_size_in_rows = 20
13play_icon = "▶"
14pause_icon = "▌▌"
15liked_icon = "♥"
16border_type = "Plain"
17progress_bar_type = "Rectangle"
18playback_window_position = "Top"
19cover_img_length = 9
20cover_img_width = 5
21cover_img_scale = 1.0
22playback_window_width = 6
23enable_media_control = true
24enable_streaming = "DaemonOnly"
25enable_cover_image_cache = true
26default_device = "RyanThinkpad"
27
28[copy_command]
29command = "wlcopy"
30args = []
31
32[notify_format]
33summary = "{track} • {artists}"
34body = "{album}"