From 33cc6a8fc1e375875ecb5051a3f67c623e0bf427 Mon Sep 17 00:00:00 2001 From: azpsen Date: Fri, 26 Jan 2024 10:49:40 -0600 Subject: [PATCH] switch to feishin, fix prompt newline --- .config/starship.toml | 2 ++ .config/sxhkd/sxhkdrc | 6 +++--- README.md | 3 +-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 426f8aa..f5a65aa 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -8,6 +8,8 @@ $git_status\ $python\ $character""" +add_newline = false + [username] format = "[$user]($style) " diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 7ab41ac..e155e87 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -125,10 +125,10 @@ super + {Left,Down,Up,Right} # super + space - dbus-send --print-reply --dest=org.mpris.MediaPlayer2.mopidy /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause + playerctl --player=Feishin play-pause super + comma - dbus-send --print-reply --dest=org.mpris.MediaPlayer2.mopidy /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next + playerctl --player=Feishin next super + period - dbus-send --print-reply --dest=org.mpris.MediaPlayer2.mopidy /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous + playerctl --player=Feishin previous diff --git a/README.md b/README.md index 427933c..59f5c95 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,7 @@ here are the dotfiles and some of the programs i use for my bspwm setup. wip. - ide: [lunarvim](https://www.lunarvim.org/) ### 🌌 media -- [mopidy](https://mopidy.com/) - used with [mopidy-jellyfin](https://github.com/jellyfin/mopidy-jellyfin) for my jellyfin server -- [ncmcpp](https://rybczak.net/ncmpcpp/) - for controlling mopidy +- music: [feishin](https://github.com/jeffvli/feishin) ### 🪐 misc - [redshift](http://jonls.dk/redshift/) - saves my eyes at night