From 4f15ebfd6bd0743f1adf452e718d8bfee10622ef Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Thu, 26 Oct 2023 22:53:12 +0800 Subject: [PATCH] Add cli-vis config --- config/vis/colors/basic_colors | 15 +++ config/vis/colors/pywal | 3 + config/vis/colors/rainbow | 30 ++++++ config/vis/config | 91 +++++++++++++++++++ config/vis/vis.log | 0 config/wal/colorschemes/colors.json | 28 ++++++ config/wal/colorschemes/dark/3024.json | 1 + .../wal/colorschemes/dark/base16-google.json | 1 + .../colorschemes/dark/material-you-blue.json | 25 +++++ config/wal/templates/colors.Xresources | 11 +++ config/wal/templates/vis | 3 + 11 files changed, 208 insertions(+) create mode 100644 config/vis/colors/basic_colors create mode 100644 config/vis/colors/pywal create mode 100644 config/vis/colors/rainbow create mode 100644 config/vis/config create mode 100644 config/vis/vis.log create mode 100644 config/wal/colorschemes/colors.json create mode 100644 config/wal/colorschemes/dark/3024.json create mode 100644 config/wal/colorschemes/dark/base16-google.json create mode 100644 config/wal/colorschemes/dark/material-you-blue.json create mode 100644 config/wal/templates/vis diff --git a/config/vis/colors/basic_colors b/config/vis/colors/basic_colors new file mode 100644 index 0000000..4be5fa4 --- /dev/null +++ b/config/vis/colors/basic_colors @@ -0,0 +1,15 @@ +4 +12 +6 +14 +2 +10 +11 +3 +5 +1 +13 +9 +7 +15 +0 diff --git a/config/vis/colors/pywal b/config/vis/colors/pywal new file mode 100644 index 0000000..18a61fb --- /dev/null +++ b/config/vis/colors/pywal @@ -0,0 +1,3 @@ +#3F4193 +#5373CD +#6994D7 diff --git a/config/vis/colors/rainbow b/config/vis/colors/rainbow new file mode 100644 index 0000000..13714c5 --- /dev/null +++ b/config/vis/colors/rainbow @@ -0,0 +1,30 @@ +#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 new file mode 100644 index 0000000..13019f0 --- /dev/null +++ b/config/vis/config @@ -0,0 +1,91 @@ +##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", "pulse", "shmem", and "alsa". Defaults to "pulse". +#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=30 +#audio.high.cutoff.frequency=22050 + +##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=1 + +##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=0 + +##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=pywal diff --git a/config/vis/vis.log b/config/vis/vis.log new file mode 100644 index 0000000..e69de29 diff --git a/config/wal/colorschemes/colors.json b/config/wal/colorschemes/colors.json new file mode 100644 index 0000000..c7ac8c4 --- /dev/null +++ b/config/wal/colorschemes/colors.json @@ -0,0 +1,28 @@ +{ + "wallpaper": "/home/lucss21a/Pictures/Wallpapers/Adelle/Grids (Blue).png", + "alpha": "100", + + "special": { + "background": "#00001D", + "foreground": "#e6e9f0", + "cursor": "#e6e9f0" + }, + "colors": { + "color0": "#00001D", + "color1": "#0D38AA", + "color2": "#1244B6", + "color3": "#5171B9", + "color4": "#0105C9", + "color5": "#154BCF", + "color6": "#859CCE", + "color7": "#e6e9f0", + "color8": "#a1a3a8", + "color9": "#0D38AA", + "color10": "#1244B6", + "color11": "#5171B9", + "color12": "#0105C9", + "color13": "#154BCF", + "color14": "#859CCE", + "color15": "#e6e9f0" + } +} diff --git a/config/wal/colorschemes/dark/3024.json b/config/wal/colorschemes/dark/3024.json new file mode 100644 index 0000000..b84f41b --- /dev/null +++ b/config/wal/colorschemes/dark/3024.json @@ -0,0 +1 @@ +{"special":{"background":"#090300","foreground":"#a5a2a2","cursor":"#db2d20"},"colors":{"color0":"#090300","color1":"#db2d20","color2":"#01a252","color3":"#fded02","color4":"#01a0e4","color5":"#a16a94","color6":"#b5e4f4","color7":"#a5a2a2","color8":"#5c5855","color9":"#db2d20","color10":"#01a252","color11":"#fded02","color12":"#01a0e4","color13":"#a16a94","color14":"#b5e4f4","color15":"#f7f7f7"}} diff --git a/config/wal/colorschemes/dark/base16-google.json b/config/wal/colorschemes/dark/base16-google.json new file mode 100644 index 0000000..043c63c --- /dev/null +++ b/config/wal/colorschemes/dark/base16-google.json @@ -0,0 +1 @@ +{"special":{"background":"#1d1f21","foreground":"#c5c8c6","cursor":"#c5c8c6"},"colors":{"color0":"#1d1f21","color1":"#CC342B","color2":"#198844","color3":"#FBA922","color4":"#3971ED","color5":"#A36AC7","color6":"#3971ED","color7":"#c5c8c6","color8":"#969896","color9":"#CC342B","color10":"#198844","color11":"#FBA922","color12":"#3971ED","color13":"#A36AC7","color14":"#3971ED","color15":"#ffffff"}} \ No newline at end of file diff --git a/config/wal/colorschemes/dark/material-you-blue.json b/config/wal/colorschemes/dark/material-you-blue.json new file mode 100644 index 0000000..a91cda3 --- /dev/null +++ b/config/wal/colorschemes/dark/material-you-blue.json @@ -0,0 +1,25 @@ +{ + "special": { + "background": "#001b3c", + "foreground": "#d5e3ff", + "cursor": "#d5e3ff" + }, + "colors": { + "color0": "#001b3c", + "color1": "#003061", + "color2": "#00468a", + "color3": "#255ea7", + "color4": "#4378c1", + "color5": "#5f92dd", + "color6": "#7bacfa", + "color7": "#d5e3ff", + "color8": "#d9e3f8", + "color9": "#003061", + "color10": "#00468a", + "color11": "#255ea7", + "color12": "#4378c1", + "color13": "#5f92dd", + "color14": "#7bacfa", + "color15": "#d5e3ff" + } +} diff --git a/config/wal/templates/colors.Xresources b/config/wal/templates/colors.Xresources index c64f964..8043de8 100644 --- a/config/wal/templates/colors.Xresources +++ b/config/wal/templates/colors.Xresources @@ -19,6 +19,8 @@ URxvt*cursorColor: {cursor} XTerm*cursorColor: {cursor} UXTerm*cursorColor: {cursor} URxvt*borderColor: {background.alpha} +background: {background} +foreground: {foreground} ! Colors 0-15. *.color0: {color0} @@ -76,3 +78,12 @@ XMenu.activeForeground: {color0} XMenu.borderColor: {color6} XMenu.faceName: Hack Nerd Font XMenu.faceSize: 12 + +! dmenu stuff +dmenu.selbackground: {color4} +dmenu.selforeground: {color0} +dmenu.outbackground: {color2} +dmenu.outforeground: {color0} +dmenu.midbackground: {color2} +dmenu.midforeground: {color0} +dmenu.bordercolor: {color5} diff --git a/config/wal/templates/vis b/config/wal/templates/vis new file mode 100644 index 0000000..486d110 --- /dev/null +++ b/config/wal/templates/vis @@ -0,0 +1,3 @@ +{color1} +{color4} +{color6}