smolgumball

u/smolgumball@lemmy.world
9 posts · 39 comments

Recent posts

Recent comments

Yooo nice. Speaking of which have you found any good fashion / fit sharing communities on lemmy/kbin/masto? Most of what I find is just "look at this celeb wearing Dior" and I am fr yawning

things that help me:

  • write to an old friend, even if you never send the letter, email, txt
  • go for a walk or get some exercise
  • do something you know you can do
  • write to yourself, perhaps keep a journal, or just leave a quick note
  • eat a meal that makes your body happy
  • ask someone how their day is going, but be genuine in your interest
  • spend time with animals or trees or both

This could be a good place to start: https://stackoverflow.com/a/68356137

The general idea is:

  • Pull app from your phone as a *.ipa file
  • Rename to .zip since these files are ultimately just a kind of archive
  • Extract, explore and search for individual resource files (mp3s, wavs, aifs, etc.)

Otherwise, you might just want to record the output of the app using a cable from the headphone out on your phone to a line-in on an audio interface, sound card, etc.

According to the docs, there should be a lemmy-ui folder that was created by the Ansible install. Within that folder, the app is set up to search for an extra_themes folder by default.

For native installation (without Docker), themes are loaded by lemmy-ui from ./extra_themes folder. A different path can be specified with LEMMY_UI_EXTRA_THEMES_FOLDER environment variable.

Digging into the docker-compose.yml file used by the Ansible playbook, it looks like this is where extra themes directory is mapped into the lemmy-ui service.