0
0
Fork 0
mirror of https://github.com/stronk-dev/Tokyo-Night-Linux.git synced 2024-10-17 20:58:16 -04:00

Added example cava config

This commit is contained in:
Marco van Dijk 2021-07-20 19:32:48 +02:00
parent 405589c6cc
commit df3fb016ed
3 changed files with 8 additions and 7 deletions

View file

@ -31,7 +31,7 @@
# Note: there is a minimum total bandwidth of 43Mhz x number of bars. # Note: there is a minimum total bandwidth of 43Mhz x number of bars.
# Cava will automatically increase the higher cutoff if a too low band is specified. # Cava will automatically increase the higher cutoff if a too low band is specified.
lower_cutoff_freq = 50 lower_cutoff_freq = 50
higher_cutoff_freq = 21000 higher_cutoff_freq = 22000
# Seconds with no input before cava goes to sleep mode. Cava will not perform FFT or drawing and # Seconds with no input before cava goes to sleep mode. Cava will not perform FFT or drawing and
@ -53,16 +53,16 @@ higher_cutoff_freq = 21000
# For alsa 'source' will be the capture device. # For alsa 'source' will be the capture device.
# For fifo 'source' will be the path to fifo-file. # For fifo 'source' will be the path to fifo-file.
# For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address # For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address
; method = pulse method = pulse
; source = auto source = auto
; method = alsa ; method = alsa
; source = hw:Loopback,1 ; source = hw:Loopback,1
; method = fifo ; method = fifo
; source = /tmp/mpd.fifo ; source = /tmp/mpd.fifo
sample_rate = 44100 sample_rate = 48000
; sample_bits = 16 sample_bits = 24
; method = shmem ; method = shmem
; source = /squeezelite-AA:BB:CC:DD:EE:FF ; source = /squeezelite-AA:BB:CC:DD:EE:FF
@ -142,7 +142,7 @@ waves = 1
# Set gravity percentage for "drop off". Higher values means bars will drop faster. # Set gravity percentage for "drop off". Higher values means bars will drop faster.
# Accepts only non-negative values. 50 means half gravity, 200 means double. Set to 0 to disable "drop off". # Accepts only non-negative values. 50 means half gravity, 200 means double. Set to 0 to disable "drop off".
gravity = 80 gravity = 60
# In bar height, bars that would have been lower that this will not be drawn. # In bar height, bars that would have been lower that this will not be drawn.

View file

@ -32,7 +32,7 @@ xset -dpms
# display wallpaper during loading # display wallpaper during loading
# feh --bg-fill /home/marco/Images/wallpaper.jpg # feh --bg-fill /home/marco/Images/wallpaper.jpg
xsetroot -solid "#16161e" hsetroot -solid "#16161e"
#Recover volumes #Recover volumes
alsactl init alsactl init

View file

@ -43,6 +43,7 @@ When using I3 as window manager
- maim: screen capture - maim: screen capture
- xclip: X selection to clipboard - xclip: X selection to clipboard
- bynanz: record screen to gif - bynanz: record screen to gif
- hsetroot: to change the background colour when picom is running
When using Sway as window manager When using Sway as window manager
- autotiling: Automatically sets in which direction a window will split based on if the parent container is wider or taller - autotiling: Automatically sets in which direction a window will split based on if the parent container is wider or taller