switch to feishin, fix prompt newline
This commit is contained in:
parent
e56029decb
commit
33cc6a8fc1
@ -8,6 +8,8 @@ $git_status\
|
|||||||
$python\
|
$python\
|
||||||
$character"""
|
$character"""
|
||||||
|
|
||||||
|
add_newline = false
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
format = "[$user]($style) "
|
format = "[$user]($style) "
|
||||||
|
|
||||||
|
@ -125,10 +125,10 @@ super + {Left,Down,Up,Right}
|
|||||||
#
|
#
|
||||||
|
|
||||||
super + space
|
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
|
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
|
super + period
|
||||||
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.mopidy /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
|
playerctl --player=Feishin previous
|
||||||
|
@ -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/)
|
- ide: [lunarvim](https://www.lunarvim.org/)
|
||||||
|
|
||||||
### 🌌 media
|
### 🌌 media
|
||||||
- [mopidy](https://mopidy.com/) - used with [mopidy-jellyfin](https://github.com/jellyfin/mopidy-jellyfin) for my jellyfin server
|
- music: [feishin](https://github.com/jeffvli/feishin)
|
||||||
- [ncmcpp](https://rybczak.net/ncmpcpp/) - for controlling mopidy
|
|
||||||
|
|
||||||
### 🪐 misc
|
### 🪐 misc
|
||||||
- [redshift](http://jonls.dk/redshift/) - saves my eyes at night
|
- [redshift](http://jonls.dk/redshift/) - saves my eyes at night
|
||||||
|
Loading…
x
Reference in New Issue
Block a user