From bd95cc113ce7048efb19bff7b3fe1d3221a8f5d5 Mon Sep 17 00:00:00 2001
From: Izan Gil <66965250+SrIzan10@users.noreply.github.com>
Date: Fri, 25 Apr 2025 17:16:10 +0200
Subject: [PATCH] feat: base atmospheres
---
README.md | 2 +-
src/lib/components/app/atmospheres.svelte | 39 +++++++++++++++++++++++
src/lib/components/app/bottom-bar.svelte | 2 ++
src/lib/components/app/daemon.svelte | 11 +++++++
src/lib/components/app/now-playing.svelte | 6 ++--
5 files changed, 57 insertions(+), 3 deletions(-)
create mode 100644 src/lib/components/app/atmospheres.svelte
diff --git a/README.md b/README.md
index 798a28a..007d4fd 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ The ultimate lofi player. Uses music from [Chillhop](https://chillhop.com/).
- [x] Play music
- [x] Change stations
- [x] Change backgrounds
+- [ ] Background sounds
- [ ] Pomodoro timers
- [ ] Volume control
-- [ ] Background sounds
- [ ] Links to Spotify
- [ ] Alarm(?)
- [ ] Sleep timer
\ No newline at end of file
diff --git a/src/lib/components/app/atmospheres.svelte b/src/lib/components/app/atmospheres.svelte
new file mode 100644
index 0000000..141e48d
--- /dev/null
+++ b/src/lib/components/app/atmospheres.svelte
@@ -0,0 +1,39 @@
+
+
+Atmospheres
+ {#each appState.atmospheres as atmosphere}
+
{state.currentSong?.artists}
-