From a404d5eeb20dd23126a21fa6aeb4aa357a63ddc6 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 10 Sep 2017 17:12:56 +0200 Subject: add missing config option --- clerk.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'clerk.conf') diff --git a/clerk.conf b/clerk.conf index 2f37645..d42e32b 100644 --- a/clerk.conf +++ b/clerk.conf @@ -15,6 +15,9 @@ songs=20 # if mpd drops the connection while updating, reduce this. chunksize=30000 +# rofi theme to use for clerk +rofi_theme=clerk + [Columns] # width of columns albumartist_l=50 @@ -23,3 +26,4 @@ artist_l=66 date_l=6 title_l=50 track_l=2 +rating_l=4 -- cgit v1.2.3-24-g4f1b