Spotify in the terminal an speedread

main
Steffen Rademacker 2 years ago
parent be8bedaa69
commit b370d59c3c

@ -41,7 +41,6 @@ local layoutDouble = {
{ "Microsoft Teams", nil, mainMonitor, screenPositions.rightBottom, nil, nil },
{ "Reminders", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Signal", nil, mainMonitor, screenPositions.rightBottom, nil, nil },
{ "Spotify", nil, mainMonitor, screenPositions.left, nil, nil },
{ "Telegram", nil, mainMonitor, screenPositions.rightTop, nil, nil },
{ "iTerm2", nil, mainMonitor, screenPositions.right, nil, nil },
}
@ -54,7 +53,6 @@ local layoutSingle = {
{ "Microsoft Teams", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Reminders", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Signal", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Spotify", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "Telegram", nil, laptopMonitor, screenPositions.full, nil, nil },
{ "iTerm2", nil, laptopMonitor, screenPositions.full, nil, nil },
}
@ -67,7 +65,6 @@ local appNames = {
"Microsoft Teams",
"Reminders",
"Signal",
"Spotify",
"Telegram",
"iTerm",
}

@ -14,6 +14,9 @@ brew install jump
brew install lazygit
brew install nnn
brew install ripgrep
brew install speedread
brew install spotify-tui
brew install spotifyd
brew install starship
brew install topgrade
brew install tree
@ -23,8 +26,9 @@ brew install viu
curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh
ln -s ~/dotfiles/lazygit ~/.config/lazygit
ln -s ~/Dotfiles/starship.toml ~/.config/starship.toml
ln -s ~/Dotfiles/yamllint.yml ~/.config/yamllint/config
ln -s ~/dotfiles/starship.toml ~/.config/starship.toml
ln -s ~/dotfiles/yamllint.yml ~/.config/yamllint/config
ln -s ~/dotfiles/spotifyd.toml ~/.config/spotifyd/spotifyd.conf
ln -s ~/dotfiles/lazygit ~/Library/Application\ Support/lazygit
# node cli tools and helpers

@ -12,6 +12,7 @@ brew install --cask forklift
brew install --cask google-chrome
brew install --cask hammerspoon
brew install --cask iina
brew install --cask imageoptim
brew install --cask iterm2
brew install --cask kap
brew install --cask karabiner-elements
@ -20,7 +21,6 @@ brew install --cask qlstephen
brew install --cask reaper
brew install --cask sequel-pro
brew install --cask signal
brew install --cask spotify
brew install --cask syntax-highlight
brew install --cask telegram
brew install --cask temurin8

@ -0,0 +1,19 @@
[global]
username = 's.rademacker'
use_keyring = true
backend = 'portaudio'
device_name = 'mausohr-spotifyd'
device_type = 'computer'
initial_volume = '100'
zeroconf_port = 1234
bitrate = 320
volume_controller = 'softvol'
volume_normalisation = false
cache_path = '/Users/webgefrickel/Music'
no_audio_cache = false
Loading…
Cancel
Save