Skip to content

Commit

Permalink
somafm
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Jul 27, 2024
1 parent 7489e04 commit b854ce7
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
1 change: 1 addition & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ modules=(
git
rust
video
music
matrix
bash_command_timer
local
Expand Down
35 changes: 35 additions & 0 deletions config/bash/music.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
somafm-groove-salad-classic() {
mpv https://somafm.com/nossl/gsclassic130.pls
}

somafm-groove-salad() {
mpv https://somafm.com/groovesalad130.pls
}

somafm-drone-zone() {
mpv https://somafm.com/dronezone130.pls
}

somafm-the-trip() {
mpv https://somafm.com/thetrip130.pls
}

somafm-underground-80s() {
mpv https://somafm.com/u80s130.pls
}

somafm-fluid() {
mpv https://somafm.com/fluid130.pls
}

somafm-vaporwave() {
mpv https://somafm.com/vaporwaves130.pls
}

somafm-deep-space-one() {
mpv https://somafm.com/deepspaceone130.pls
}

somafm-synphaera() {
mpv https://somafm.com/synphaera130.pls
}
4 changes: 2 additions & 2 deletions config/kanshi/config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
profile {
output DP-5 enable mode 2560x1440 position 0,220 scale 2
output DP-4 enable mode 2560x1440 position 1280,0 scale 1
output DP-5 enable mode 1920x1080 position 609,0 scale 1.3 transform 90
output DP-4 enable mode 2560x1440 position 1440,0 scale 1
}

0 comments on commit b854ce7

Please sign in to comment.