aboutsummaryrefslogtreecommitdiff
path: root/.config/vis
diff options
context:
space:
mode:
Diffstat (limited to '.config/vis')
-rw-r--r--.config/vis/colors/basic_colors15
-rw-r--r--.config/vis/colors/blue1
-rw-r--r--.config/vis/colors/cyan1
-rw-r--r--.config/vis/colors/green1
-rw-r--r--.config/vis/colors/lightblue1
-rw-r--r--.config/vis/colors/rainbow30
-rw-r--r--.config/vis/config91
-rw-r--r--.config/vis/vis.log1
8 files changed, 0 insertions, 141 deletions
diff --git a/.config/vis/colors/basic_colors b/.config/vis/colors/basic_colors
deleted file mode 100644
index 4be5fa4..0000000
--- a/.config/vis/colors/basic_colors
+++ /dev/null
@@ -1,15 +0,0 @@
-4
-12
-6
-14
-2
-10
-11
-3
-5
-1
-13
-9
-7
-15
-0
diff --git a/.config/vis/colors/blue b/.config/vis/colors/blue
deleted file mode 100644
index 24560d9..0000000
--- a/.config/vis/colors/blue
+++ /dev/null
@@ -1 +0,0 @@
-blue
diff --git a/.config/vis/colors/cyan b/.config/vis/colors/cyan
deleted file mode 100644
index 3b15042..0000000
--- a/.config/vis/colors/cyan
+++ /dev/null
@@ -1 +0,0 @@
-cyan
diff --git a/.config/vis/colors/green b/.config/vis/colors/green
deleted file mode 100644
index a5b73ed..0000000
--- a/.config/vis/colors/green
+++ /dev/null
@@ -1 +0,0 @@
-green
diff --git a/.config/vis/colors/lightblue b/.config/vis/colors/lightblue
deleted file mode 100644
index ea90ee3..0000000
--- a/.config/vis/colors/lightblue
+++ /dev/null
@@ -1 +0,0 @@
-45
diff --git a/.config/vis/colors/rainbow b/.config/vis/colors/rainbow
deleted file mode 100644
index 13714c5..0000000
--- a/.config/vis/colors/rainbow
+++ /dev/null
@@ -1,30 +0,0 @@
-#1F80F3
-#08ADD8
-#06B3D4
-#01D7AF
-#01DBA9
-#0DF47E
-#26FE53
-#2CFF4B
-#4FF829
-#58F522
-#83DE0B
-#8FD506
-#ADBB01
-#BEAA01
-#D78C07
-#E27C0D
-#F65525
-#F94C2B
-#FE2A4D
-#FE2456
-#F20B81
-#D901AC
-#D501B2
-#B007D6
-#AA09DA
-#7C21F4
-#6D2DF9
-#5541FE
-#3E58FE
-#2A70F9
diff --git a/.config/vis/config b/.config/vis/config
deleted file mode 100644
index 85c99fa..0000000
--- a/.config/vis/config
+++ /dev/null
@@ -1,91 +0,0 @@
-##Refresh rate of the visualizers. A really high refresh rate may cause screen tearing. Default is 20.
-#visualizer.fps=20
-
-##Sets the audio sources to use. Currently available ones are "mpd" and "alsa"Sets the audio sources to use.
-##Currently available ones are "mpd", "pulse" and "alsa". Defaults to "mpd".
-#audio.sources=pulse
-
-##vis tries to find the correct pulseaudio sink, however this will not work on all systems.
-##If pulse audio is not working with vis try switching the audio source. A list can be found by running the
-##command pacmd list-sinks | grep -e 'name:' -e 'index'
-#audio.pulse.source=0
-
-##Defaults to "/tmp/mpd.fifo"
-#mpd.fifo.path=/tmp/mpd.fifo
-
-##If set to false the visualizers will use mono mode instead of stereo. Some visualizers will
-##behave differently when mono is enabled. For example, spectrum show two sets of bars.
-#audio.stereo.enabled=false
-
-##Specifies how often the visualizer will change in seconds. 0 means do not rotate. Default is 0.
-#visualizer.rotation.secs=10
-
-##Configures the samples rate and the cutoff frequencies.
-#audio.sampling.frequency=44100
-#audio.low.cutoff.frequency=22050
-#audio.high.cutoff.frequency=30
-
-##Applies scaling factor to both lorenz and ellipse visualizers. This is useful when the system audio is set
-#to a low volume.
-#visualizer.scaling.multiplier=1.0
-
-##Configures the visualizers and the order they are in. Available visualizers are spectrum,lorenz,ellipse.
-##Defaults to spectrum,ellipse,lorenz
-#visualizers=spectrum,ellipse,lorenz
-
-
-##Configures what character the spectrum visualizer will use. Specifying a space (e.g " ") means the
-##background will be colored instead of the character. Defaults to " ".
-#visualizer.spectrum.character=🌊
-
-##Spectrum bar width. Defaults to 2.
-visualizer.spectrum.bar.width=2
-
-##The amount of space between each bar in the spectrum visualizer. Defaults to 1. It's possible to set this to
-##zero to have no space between bars
-visualizer.spectrum.bar.spacing=1
-
-##Available smoothing options are monstercat, sgs, none.
-#visualizer.spectrum.smoothing.mode=sgs
-
-##This configures the falloff effect on the spectrum visualizer. Available falloff options are fill,top,none.
-##Defaults to "fill"
-#visualizer.spectrum.falloff.mode=fill
-
-##Configures how fast the falloff character falls. This is an exponential falloff so values usually look
-##best 0.9+ and small changes in this value can have a large effect. Defaults to 0.95
-#visualizer.spectrum.falloff.weight=0.95
-
-##Margins in percent of total screen for spectrum visualizer. All margins default to 0
-#visualizer.spectrum.top.margin=0.30
-#visualizer.spectrum.bottom.margin=0.10
-#visualizer.spectrum.right.margin=0.10
-#visualizer.spectrum.left.margin=0.10
-
-##Reverses the direction of the spectrum so that high freqs are first and low freqs last. Defaults to false.
-#visualizer.spectrum.reversed=false
-
-##This configures the sgs smoothing effect on the spectrum visualizer. More points spreads out the smoothing
-##effect and increasing passes runs the smoother multiple times on reach run. Defaults are points=3 and passes=1
-#visualizer.sgs.smoothing.points=3
-#visualizer.sgs.smoothing.passes=1
-
-
-##Configures what character the ellipse visualizer will use. Specifying a space (e.g " ") means the
-##background will be colored instead of the character. Defaults to "â–ˆ".
-#visualizer.ellipse.character=#
-
-##The radius of each color ring in the ellipse visualizer. Defaults to 2.
-#visualizer.ellipse.radius=2
-
-
-##Configures what character the lorenz visualizer will use. Specifying a space (e.g " ") means the
-##background will be colored instead of the character. Defaults to "â–ˆ".
-#visualizer.lorenz.character=#
-
-
-##Turns off overriding the user's terminal colors. This is true by default.
-colors.override.terminal=false
-
-##Specifies the color scheme. The color scheme must be in ~/.config/vis/colors/ directory. The default scheme is "colors".
-colors.scheme=lightblue,basic_colors,cyan,blue,greene
diff --git a/.config/vis/vis.log b/.config/vis/vis.log
deleted file mode 100644
index f18a4dc..0000000
--- a/.config/vis/vis.log
+++ /dev/null
@@ -1 +0,0 @@
-Received signal: 15