Skip to content

Instantly share code, notes, and snippets.

View kevinyou's full-sized avatar

Kevin You kevinyou

View GitHub Profile
@KaliumPuceon
KaliumPuceon / append_to_.tmux.conf
Created July 1, 2017 14:55
very simple shell script to get nowplaying from cmus and show in tmux status bar
# Stick this in your .tmux.conf somewhere
# This will override your current date setting if you have one though
# So modify to show other things I guess? This was for me really.
set -g status-right "#(nowplaying.sh) | #[bold]%d %b#[nobold] | %H:%M "
set -g status-right-length 120
set -g status-left-length 80
set -g status-interval 2 # Update bar regularly even without focus