From 7c97cf1403ff1e36c9a44071b2d74e340e6f6716 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 17 Feb 2012 09:32:35 +0100 Subject: [PATCH 01/22] .Xdefaults --- .Xdefaults | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index 7705911..1b9f12d 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -1,33 +1,33 @@ -! -*- mode: conf-xdefaults; mode: rainbow -*- +! -*- mode: conf-xdefaults; eval: (rainbow-mode 1); eval: (git-auto-commit-mode 1) -*- ! - color scheme -*.background: #000000 -*.foreground: #15abc3 +urxvt.background: #000000 +urxvt.foreground: #15abc3 ! black -*.color0: #000000 -*.color8: #0d0b0c +urxvt.color0: #000000 +urxvt.color8: #0d0b0c ! red -*.color1: #800000 -*.color9: #c89490 +urxvt.color1: #800000 +urxvt.color9: #c89490 ! green -*.color2: #00815b -*.color10: #05e4a5 +urxvt.color2: #00815b +urxvt.color10: #05e4a5 ! yellow -*.color3: #c3ab15 -*.color11: #e0c624 +urxvt.color3: #c3ab15 +urxvt.color11: #e0c624 ! blue -*.color4: #035390 -*.color12: #029cdc +urxvt.color4: #035390 +urxvt.color12: #029cdc ! purple -*.color5: #585ca8 -*.color13: #9b859d +urxvt.color5: #585ca8 +urxvt.color13: #9b859d ! cyan -*.color6: #15abc3 -*.color14: #24c6e0 +urxvt.color6: #15abc3 +urxvt.color14: #24c6e0 ! white -*.color7: #808080 -*.color15: #ececec +urxvt.color7: #808080 +urxvt.color15: #ececec -*.internalBorder: 0 +urxvt.internalBorder: 0 ! General urxvt*loginShell: true From d0e734e122c8f3cfb2ff4ed2eb5b4e86c0dfb3a1 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 09:29:46 +0100 Subject: [PATCH 02/22] .xbindkeysrc.scm --- .xbindkeysrc.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index 9e17422..79addce 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -142,6 +142,10 @@ (xbindkey '(XF86AudioPrev) "mpc prev") (xbindkey '(XF86AudioNext) "mpc next") (xbindkey '(XF86Tools) "ncmpcpp") + (xbindkey `(,modkey b) "herbstclient focus left") + (xbindkey `(,modkey n) "herbstclient focus down") + (xbindkey `(,modkey p) "herbstclient focus up") + (xbindkey `(,modkey f) "herbstclient focus right") (xbindkey-function `(,modkey g) reset-main-binding)) (create-map X-function-map From ad3dd9ad76a9ae3aa093484e5be1c8139eda01d1 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 12:36:28 +0100 Subject: [PATCH 03/22] .xinitrc --- .xinitrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.xinitrc b/.xinitrc index 0d1c74e..c40948f 100644 --- a/.xinitrc +++ b/.xinitrc @@ -7,10 +7,9 @@ hsetroot -center ~/pictures/wallpapers/3600x1080/wallpaper-1460625.jpg xmodmap ~/.Xmodmap # -----[ Start some programs ]---------------------------------------- -conky numlockx & -emacs --daemon -xbindkeys +emacs --daemon & +xbindkeys & # mpdscribble pidof mpdscribble >& /dev/null From 658c026740300f59c3b8bacc26abb9c6bfd2b24b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 12:38:01 +0100 Subject: [PATCH 04/22] .xinitrc --- .xinitrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.xinitrc b/.xinitrc index c40948f..27fe3f6 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,8 +1,5 @@ # -*- mode: shell-script; eval: (git-auto-commit-mode 1) -*- -# -----[ Set background ]--------------------------------------------- -hsetroot -center ~/pictures/wallpapers/3600x1080/wallpaper-1460625.jpg - # -----[ Modify keys ]------------------------------------------------ xmodmap ~/.Xmodmap From c834bfb4b5fca06ac0255da05dcabe6e28d6f68d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 12:41:38 +0100 Subject: [PATCH 05/22] .xinitrc --- .xinitrc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.xinitrc b/.xinitrc index 27fe3f6..e637ab5 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,26 +1,26 @@ -# -*- mode: shell-script; eval: (git-auto-commit-mode 1) -*- - -# -----[ Modify keys ]------------------------------------------------ +#_ Modify keys xmodmap ~/.Xmodmap - -# -----[ Start some programs ]---------------------------------------- +#_ Start some programs numlockx & emacs --daemon & xbindkeys & - -# mpdscribble +#_. mpdscribble pidof mpdscribble >& /dev/null if [ $? -ne 0 ] then mpdscribble & fi - +#_. mpdnotify mpc idleloop player | { while read; do notify-send "`mpc current`"; done } & - -# -----[ Start notifier ]--------------------------------------------- +#_ Start notifier /usr/bin/dunst \ -fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \ -nb "#000000" -nf "#15abc3" & - -# -----[ Start session ]---------------------------------------------- +#_ Start session exec ck-launch-session /usr/bin/herbstluftwm 2>&1 > ~/.xsession_errors +#_ Local Variables +# Local Variables: +# mode: shell-script +# eval: (git-auto-commit-mode 1) +# eval: (allout-mode 1) +# End: From 3cb9146b919ceeda8fdec167b2970c826d8c5936 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 17:02:11 +0100 Subject: [PATCH 06/22] .xbindkeysrc.scm --- .xbindkeysrc.scm | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index 79addce..93510ff 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -1,8 +1,8 @@ -;; -*- eval: (git-auto-commit-mode 1) -*- +;;;_ Import (use-modules (ice-9 popen) (ice-9 rdelim)) -;;; Variables +;;;_ Variables (define modkey 'mod4) (define dmenu-font "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*") @@ -22,7 +22,7 @@ (define previous-tag '()) (define current-tag "default") -;;; Macros +;;;_ Macros (define-macro (cmd command) `(lambda () (run-command ,command) @@ -36,7 +36,7 @@ (xbindkey-function `(,modkey g) reset-main-binding) (grab-all-keys))) -;;; Functions +;;;_ Functions (define (reset-main-binding) "reset first binding" (close-gui-window) @@ -123,7 +123,7 @@ (close-pipe dzen-pipe) (set! dzen-pipe '()))) -;;; Maps +;;;_ Maps (define (main-binding) "First binding" (xbindkey `(,modkey shift "1") (string-append "dmenu_run -p 'Run:' " dmenu-args)) @@ -190,5 +190,10 @@ (xbindkey `(,modkey f) "herbstclient resize right +0.05") (xbindkey-function '(Return) reset-main-binding)) -;;; Main +;;;_ Main (main-binding) + +;;;_ Local Variables +;; Local Variables: +;; eval: (git-auto-commit-mode 1) +;; End: From bb52c255508f9f8f3ca822f6f2ba0b76509896f6 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:18:51 +0100 Subject: [PATCH 07/22] .xbindkeysrc.scm --- .xbindkeysrc.scm | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index 93510ff..e068182 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -66,19 +66,33 @@ (close-port file) tag)) -(define (switch-tags) - "Switch to another tag" - (let* ((tags (get-tags)) - (tag (choose-tag "Switch to tag" tags))) +(define (switch-to-tag tag) + (let ((tags (get-tags))) (if (string? tag) (begin (if (not (member tag tags)) (system (string-append "herbstclient add " tag))) (set! previous-tag current-tag) (set! current-tag tag) - (run-command (string-append "herbstclient use " tag)))) + (run-command (string-append "herbstclient use " tag)))))) + +(define (switch-tags) + "Switch to another tag" + (let* ((tags (get-tags)) + (tag (choose-tag "Switch to tag" tags))) + (switch-to-tag tag) (reset-main-binding))) +(define (switch-and-run) + "Ask for a command to run, switch to a tag with that name and run +the command." + (let* ((file (open-input-pipe + (string-append "dmenu_pick -p 'Run:' " dmenu-args))) + (prog (read-line file))) + (close-port file) + (switch-to-tag prog) + (run-command prog))) + (define (kill-tag) "Kill a selected tag" (let* ((tags (get-tags)) From d201c46b95f82416c04c6239616c5778b86c7990 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:20:00 +0100 Subject: [PATCH 08/22] .xbindkeysrc.scm --- .xbindkeysrc.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index e068182..c21da0f 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -172,11 +172,12 @@ the command." (xbindkey-function '("3") (cmd "herbstclient split horizontal 0.5")) (xbindkey-function '("2") (cmd "herbstclient split vertical 0.5")) (xbindkey-function '(space) (cmd "herbstclient cycle_layout 1")) - (xbindkey-function '(f) (cmd "herbstclient floating toggle")) + ;(xbindkey-function '(f) (cmd "herbstclient floating toggle")) (xbindkey-function '(shift f) (cmd "herbstclient fullscreen toggle")) (xbindkey-function '(p) (cmd "herbstclient pseudotile toggle")) (xbindkey-function '(r) resize-map) - (xbindkey-function '(m) move-to-tag)) + (xbindkey-function '(m) move-to-tag) + (xbindkey-function '(f) switch-and-run)) (create-map W-function-map (gui-print "S-w") From a0810b7d9714cbd7b29d220a60f1e37f8202b624 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:20:38 +0100 Subject: [PATCH 09/22] .xbindkeysrc.scm --- .xbindkeysrc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index c21da0f..e90701f 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -172,12 +172,12 @@ the command." (xbindkey-function '("3") (cmd "herbstclient split horizontal 0.5")) (xbindkey-function '("2") (cmd "herbstclient split vertical 0.5")) (xbindkey-function '(space) (cmd "herbstclient cycle_layout 1")) - ;(xbindkey-function '(f) (cmd "herbstclient floating toggle")) + (xbindkey-function '(f) (cmd "herbstclient floating toggle")) (xbindkey-function '(shift f) (cmd "herbstclient fullscreen toggle")) (xbindkey-function '(p) (cmd "herbstclient pseudotile toggle")) (xbindkey-function '(r) resize-map) (xbindkey-function '(m) move-to-tag) - (xbindkey-function '(f) switch-and-run)) + (xbindkey-function `(,modkey f) switch-and-run)) (create-map W-function-map (gui-print "S-w") From 9670d3d9e6ccf9e09492706dbfbd9a822e395241 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:21:28 +0100 Subject: [PATCH 10/22] .xbindkeysrc.scm --- .xbindkeysrc.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index e90701f..d1c9479 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -91,7 +91,8 @@ the command." (prog (read-line file))) (close-port file) (switch-to-tag prog) - (run-command prog))) + (run-command prog)) + (reset-main-binding)) (define (kill-tag) "Kill a selected tag" From 5671396a260e60b2da03613905284940c74f0241 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:24:56 +0100 Subject: [PATCH 11/22] .beetsconfig --- .beetsconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .beetsconfig diff --git a/.beetsconfig b/.beetsconfig new file mode 100644 index 0000000..fbce744 --- /dev/null +++ b/.beetsconfig @@ -0,0 +1,8 @@ +[beets] +library: ~/.local/share/beets/library.blb +directory: /mnt/music/mp3/ + +[paths] +default: $albumartist/$year - $album/$track - $title +singleton: Non-Album/$artist - $title +comp: Compilations/$year - $album/$track - $artist - $title From dd791a10adaba20cb09ae8596545f2fa1c9436d9 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:25:29 +0100 Subject: [PATCH 12/22] .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f52128a..c259238 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ xhtml-loader.rnc .emacs.d/ .cuyo .lgames +.bash* From 7c888882a9f2a5b5e9081c8755f42d640c83b3d2 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:25:47 +0100 Subject: [PATCH 13/22] .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c259238..d90ff0d 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,4 @@ xhtml-loader.rnc .cuyo .lgames .bash* +.beetsmusic.blb From 9a738c11be4a6581a744a45c0fd96eaa9a9a3cad Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:26:20 +0100 Subject: [PATCH 14/22] .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d90ff0d..cec6a85 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ xhtml-loader.rnc .lgames .bash* .beetsmusic.blb +.beetsstate From adda4593bb29084ea6681e7d11043f2a2933757d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:33:50 +0100 Subject: [PATCH 15/22] .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cec6a85..117f4be 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,4 @@ xhtml-loader.rnc .bash* .beetsmusic.blb .beetsstate +.msmtprc From 03e90c584e5a8fe4879e99d827facaa29bbaf9b1 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:33:59 +0100 Subject: [PATCH 16/22] .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 117f4be..df95f18 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,4 @@ xhtml-loader.rnc .beetsmusic.blb .beetsstate .msmtprc +.newsrc* From 1d0459a2c7fe21860fc05accd4235214d1fc4d86 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:34:27 +0100 Subject: [PATCH 17/22] .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index df95f18..66046ba 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,5 @@ xhtml-loader.rnc .beetsstate .msmtprc .newsrc* +.profile +.snes9x From ece2fc4ecf5924a0c24883e35065ed7369f9192f Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:34:31 +0100 Subject: [PATCH 18/22] .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 66046ba..2b6b36e 100644 --- a/.gitignore +++ b/.gitignore @@ -110,4 +110,3 @@ xhtml-loader.rnc .msmtprc .newsrc* .profile -.snes9x From b0d3183c6eb87d74a9c23ffd59b508d20ec69635 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:34:56 +0100 Subject: [PATCH 19/22] .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2b6b36e..31a36fa 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ xhtml-loader.rnc .msmtprc .newsrc* .profile +.xsession_errors From a7dab709ad6fbe1335afa0a8a44a58b2ec39d0a3 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:38:05 +0100 Subject: [PATCH 20/22] .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 31a36fa..a840b29 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ xhtml-loader.rnc .newsrc* .profile .xsession_errors +Mail/ From 893bc56adacf98b9a19b9ba3a9af510cc1c18427 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:39:36 +0100 Subject: [PATCH 21/22] Ignore more --- .config/.gitignore | 2 +- .config/fish/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .config/fish/.gitignore diff --git a/.config/.gitignore b/.config/.gitignore index 111aa05..c65bc94 100644 --- a/.config/.gitignore +++ b/.config/.gitignore @@ -1,4 +1,4 @@ -.libreoffice/ +*libreoffice/ Empathy/ GnuDiary/ Trolltech.conf diff --git a/.config/fish/.gitignore b/.config/fish/.gitignore new file mode 100644 index 0000000..606b774 --- /dev/null +++ b/.config/fish/.gitignore @@ -0,0 +1 @@ +fishd.cloud From 136e988c22fdd0e846b785b9f229e7d6263ec1da Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 23 Feb 2012 18:39:50 +0100 Subject: [PATCH 22/22] Add MOC config --- .moc/.gitignore | 5 ++ .moc/config | 1 + .moc/themes/custom | 118 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 124 insertions(+) create mode 100644 .moc/.gitignore create mode 100644 .moc/config create mode 100644 .moc/themes/custom diff --git a/.moc/.gitignore b/.moc/.gitignore new file mode 100644 index 0000000..1210ad5 --- /dev/null +++ b/.moc/.gitignore @@ -0,0 +1,5 @@ +cache/ +equalizer +last_directory +softmixer +tags_cache diff --git a/.moc/config b/.moc/config new file mode 100644 index 0000000..b805b8f --- /dev/null +++ b/.moc/config @@ -0,0 +1 @@ +Theme = custom diff --git a/.moc/themes/custom b/.moc/themes/custom new file mode 100644 index 0000000..f9eef4d --- /dev/null +++ b/.moc/themes/custom @@ -0,0 +1,118 @@ +# Example color theme for MOC. +# You can use a theme by copying it to ~/.moc/themes directory and using +# Theme config option or -T command line option. +# +# Fill free to make your own themes and send me them. It will be included in +# official MOC releases or on the MOC web site. +# +# The format of this file is: +# Lines beginning with # are comments. +# Blank lines are ignored. +# Every other line is expected to be in format: +# +# ELEMENT = FOREGROUND_COLOR BACKGROUND_COLOR [ATTRIBUTE[,ATTRIBUTE,..]] +# +# or +# +# colordef COLOR = RED GREEEN BLUE +# +# Where names are case insensitive. +# +# ELEMENT is an element of MOC interface. This can be: +# background - default background for regions when nothing is displayed +# frame - frames for windows +# window_title - the title of the window (eg name of the current +# directory) +# directory - a directory in the menu +# selected_directory - a directory that is selected using arrows +# playlist - playlist file +# selected_playlist - see selected directory +# file - an ordinary file in the menu (mp3, ogg, ...) +# selected_file - see selected directory +# marked_file - a file that is currently beeing played +# marked_selected_file - a file that is currently beeing played and is also +# selected using arrows +# info - information shown at the right side of files +# status - the status line with a message +# title - the title of the file that is currently beeing played +# state - the state: play, stop, or paus (>, [], ||) +# current_time - current time of playing +# time_left - the time left to the end of playing the current file +# total_time - the length of the currently played file +# time_total_frames - the brackets outside the total time of a file ([10:13]) +# sound_parameters - the frequency and bitrate numbers +# legend - "KHz" and "Kbps" +# disabled - disabled element ([STEREO]) +# enabled - enabled element +# empty_mixer_bar - "empty" part of the volume bar +# filled_mixer_bar - "filled" part of the volume bar +# empty_time_bar - "empty" part of the time bar +# filled_time_bar - "filled" part of the time bar +# entry - place wher user can type a search query or a file name +# entry_title - the title of an entry +# error - error message +# message - information message +# plist_time - total time of displayed items +# +# FOREGOUND_VOLOR and BACKGROUND_COLOR can have one of the following values: +# black, red, green, yellow, blue, magenta, cyan, white, default (can be +# transparent), grey (not standard, but works) +# +# Optional ATTRIBUTE parameters can be (from ncurses manual): +# normal - default (no highlight) +# standout - best highlighting mode of the terminal +# underline - underlining +# reverse - reverse video +# blink - blinking +# dim - half bright +# bold - extra bright or bold +# protect - protected mode +# +# You can specify a list of attributes separated by commas: attr1,attr2,attr3. +# Don't use spaces anywhere in such a list. +# +# With colordef you can chend the definition of a color. It works only if +# your termina supports it, if not those lines will be silently ignored. +# COLOR must be a valid color name and the RED GREEN and BLUE are numbers +# from 0 to 1000. Example: +# +# colordef red = 1000 0 0 +# +# HINT: you have only 8 colors, but combined with attributes bold and/or +# reversed you actually get more colors. +# +# If you don't specify some elements, the default values will be used. +# +# Here follows the default configuration: +background = default default +frame = default default +window_title = default default +directory = default default bold +selected_directory = default black bold +playlist = default default bold +selected_playlist = default black bold +file = default default +selected_file = default black +marked_file = green default bold +marked_selected_file = green black bold +info = blue default bold +status = default default +title = default default bold +state = default default bold +current_time = default default bold +time_left = default default bold +total_time = default default bold +time_total_frames = default default +sound_parameters = default default bold +legend = default default +disabled = blue default bold +enabled = default default bold +empty_mixer_bar = default default +filled_mixer_bar = black cyan +empty_time_bar = default default +filled_time_bar = black cyan +entry = default default +entry_title = black cyan +error = red default bold +message = green default bold +plist_time = default default