From 342678d45fb132d0a08f315123a468c4bfbc2731 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 7 May 2020 23:50:01 +0200 Subject: Reshaped cmus terminal. --- cmusPlay.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cmusPlay.sh') diff --git a/cmusPlay.sh b/cmusPlay.sh index 5a8f8fa..e60dc45 100755 --- a/cmusPlay.sh +++ b/cmusPlay.sh @@ -1,10 +1,12 @@ #!/bin/sh +tmux="" [ -f "/usr/bin/tmux" ] && tmux="tmux new-session -s cmus" if ! pgrep -x cmus ; then - urxvt -title floating -sh 20 -geometry "185x15+30-28" -cd ~/music -e $tmux cmus + urxvt -title floating -geometry "159x15+44+450" -cd ~/music -e $tmux cmus else cmus-remote -u fi pkill -SIGRTMIN+12 i3blocks + -- cgit v1.2.1