diff --git a/files/audio/.config/spectrum.conf b/files/audio/.config/spectrum.conf new file mode 100644 index 0000000..e52f1d0 --- /dev/null +++ b/files/audio/.config/spectrum.conf @@ -0,0 +1,32 @@ +[Main] +source = 0 + +# valid options: normal, desktop, screensize, workarea, fullscreen, maximize, keep_below, skip_taskbar, skip_pager +state = desktop, screensize + +[Bars] +padding = 0 +scale = 1.5 +rgba = #00B1FFFF + +[Offset] +left = 0 +right = 225 +top = 5 +bottom = 232 + +[Smoothing] +# Valid modes: none, normal, scientific, waves +mode = normal + +# default fall acceleration is 1% of maximum bar height per frame. more - faster bars fall speed +gravity = 0.9 + +# number of frames to delay fast bars raising. more - slower +slowpeak = 1 + +# agressiveness of waves mode. less - more agressive smoothing (1 is most agressive) +waves = 2 + +# agressiveness of scientific mode. less - more agressive smoothing (1 is most agressive) +scientific = 2