b8cd0ab495
* Added timeout to getforecast to prevent status bar breakage. A 2 second timeout is used in the case that wttr.in is inaccessible when dwm is started; as otherwise it tries to curl wttr.in indefinitely, not allowing other status bar modules to be loaded. * Update music status bar module on player state change
34 lines
1.2 KiB
Text
34 lines
1.2 KiB
Text
# vim: filetype=conf
|
|
|
|
ncmpcpp_directory = "~/.config/ncmpcpp"
|
|
lyrics_directory = "~/.local/share/lyrics"
|
|
mpd_music_dir = "~/Music"
|
|
message_delay_time = "1"
|
|
visualizer_type = "spectrum"
|
|
song_list_format = {$4%a - }{%t}|{$8%f$9}$R{$3(%l)$9}
|
|
song_status_format = $b{{$8"%t"}} $3by {$4%a{ $3in $7%b{ (%y)}} $3}|{$8%f}
|
|
song_library_format = {%n - }{%t}|{%f}
|
|
alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b
|
|
alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D}
|
|
current_item_prefix = $(cyan)$r$b
|
|
current_item_suffix = $/r$(end)$/b
|
|
current_item_inactive_column_prefix = $(magenta)$r
|
|
current_item_inactive_column_suffix = $/r$(end)
|
|
playlist_display_mode = columns
|
|
browser_display_mode = columns
|
|
progressbar_look = ->
|
|
media_library_primary_tag = album_artist
|
|
media_library_albums_split_by_date = no
|
|
startup_screen = "media_library"
|
|
display_volume_level = no
|
|
ignore_leading_the = yes
|
|
external_editor = nvim
|
|
use_console_editor = yes
|
|
empty_tag_color = magenta
|
|
main_window_color = white
|
|
progressbar_color = black:b
|
|
progressbar_elapsed_color = blue:b
|
|
statusbar_color = red
|
|
statusbar_time_color = cyan:b
|
|
execute_on_song_change="pkill -RTMIN+11 dwmblocks"
|
|
execute_on_player_state_change="pkill -RTMIN+11 dwmblocks"
|