-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7489e04
commit b854ce7
Showing
3 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ modules=( | |
git | ||
rust | ||
video | ||
music | ||
matrix | ||
bash_command_timer | ||
local | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |