Update .config/matugen/config.toml
Update .config/waybar/style.css
This commit is contained in:
parent
ac7a116db8
commit
78a29f1ff6
2 changed files with 7 additions and 2 deletions
|
|
@ -8,3 +8,8 @@ arguments = ["img", "--transition-type", "wipe", "--transition-fps", "144"]
|
|||
[templates.waybar]
|
||||
input_path = 'templates/waybar.css'
|
||||
output_path = '~/.config/waybar/colors.css'
|
||||
|
||||
[templates.cava]
|
||||
input_path = 'templates/cava-colors.ini'
|
||||
output_path = '~/.config/cava/themes/matugen_theme'
|
||||
post_hook = 'pkill -USR1 cava'
|
||||
|
|
@ -133,8 +133,8 @@ button:hover {
|
|||
}
|
||||
|
||||
#cava {
|
||||
color: @secondary;
|
||||
opacity: 0.3;
|
||||
/* color: @secondary;
|
||||
opacity: 0.3; */
|
||||
}
|
||||
|
||||
#mpris {
|
||||
|
|
|
|||
Loading…
Reference in a new issue