summaryrefslogtreecommitdiffstats
path: root/clerk_fzf/clerk_fzf.conf
blob: 18ed4ec6168a90a8f3f9fcdce6f02f00fd64b360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/env bash

# tmux config to use
tmux_config="/etc/clerk/tmux.conf"

# custom mpd host
mpd_host=
mpd_port=
mpd_password=


script="$0 $1"
random_artist="albumartist"
shuf=$([[ "$OSTYPE" == "darwin"* ]] && echo 'gshuf' || echo 'shuf')  

# number of tracks to add for random songs
value=20

# table customization
track_width="2"
title_width="40"
artist_width="50"
date_width="6"
pl_title_width="110"

# album is much longer in order to keep filename off screen
album_width="200"