mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-18 00:16:10 +01:00
final theming scripts and modification
This commit is contained in:
11
cava/.config/cava/config
Normal file
11
cava/.config/cava/config
Normal file
@@ -0,0 +1,11 @@
|
||||
[color]
|
||||
|
||||
; background = #0b0c16
|
||||
; foreground = #c2c2c4
|
||||
|
||||
gradient = 1
|
||||
gradient_count = 4
|
||||
gradient_color_1 = '#554D8D'
|
||||
gradient_color_2 = '#A33582'
|
||||
gradient_color_3 = '#2482BC'
|
||||
gradient_color_4 = '#2D8FCB'
|
||||
5
cava/.config/cava/scripts/update-colors.sh
Executable file
5
cava/.config/cava/scripts/update-colors.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cp -r $HOME/.cache/wal/colors-cava.cava $HOME/.config/cava
|
||||
cd $HOME/.config/cava
|
||||
mv colors-cava.cava config
|
||||
Reference in New Issue
Block a user