From feefe1314f517c6149affebb04a4157fb84de083 Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 13 Apr 2017 00:51:18 +0530 Subject: [PATCH] spectrum config --- files/audio/.config/spectrum.conf | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/audio/.config/spectrum.conf 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