mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2024-11-21 20:36:51 -05:00
Added example cava config
This commit is contained in:
parent
405589c6cc
commit
df3fb016ed
3 changed files with 8 additions and 7 deletions
|
@ -31,7 +31,7 @@
|
|||
# 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.
|
||||
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
|
||||
|
@ -53,16 +53,16 @@ higher_cutoff_freq = 21000
|
|||
# For alsa 'source' will be the capture device.
|
||||
# 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
|
||||
; method = pulse
|
||||
; source = auto
|
||||
method = pulse
|
||||
source = auto
|
||||
|
||||
; method = alsa
|
||||
; source = hw:Loopback,1
|
||||
|
||||
; method = fifo
|
||||
; source = /tmp/mpd.fifo
|
||||
sample_rate = 44100
|
||||
; sample_bits = 16
|
||||
sample_rate = 48000
|
||||
sample_bits = 24
|
||||
|
||||
; method = shmem
|
||||
; 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.
|
||||
# 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.
|
||||
|
|
2
.xinitrc
2
.xinitrc
|
@ -32,7 +32,7 @@ xset -dpms
|
|||
|
||||
# display wallpaper during loading
|
||||
# feh --bg-fill /home/marco/Images/wallpaper.jpg
|
||||
xsetroot -solid "#16161e"
|
||||
hsetroot -solid "#16161e"
|
||||
|
||||
#Recover volumes
|
||||
alsactl init
|
||||
|
|
|
@ -43,6 +43,7 @@ When using I3 as window manager
|
|||
- maim: screen capture
|
||||
- xclip: X selection to clipboard
|
||||
- bynanz: record screen to gif
|
||||
- hsetroot: to change the background colour when picom is running
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue