muzqs
May 3, 2023, 9:18pm
1
Hi @napcok … Because Mabox is full of customizing colors. VEry NIce
What if Transparent-Cava [-p] has various configs with different color gradients, which can be accessed from jgmenu (mb-music).
So that you can easily switch between configs (color styling).
Some examples. Used gpick color scheme. (analogous or neutral)
# Orange Red Pink
gradient_color_1 = '#A01400'
gradient_color_2 = '#BC4400'
gradient_color_3 = '#C34600'
gradient_color_4 = '#F85706'
gradient_color_5 = '#F85706'
gradient_color_6 = '#A01400'
gradient_color_7 = '#A01400'
gradient_color_8 = '#A01400'
# Red Orange Red White
gradient_color_1 = '#A01400'
gradient_color_2 = '#BC4400'
gradient_color_3 = '#C34600'
gradient_color_4 = '#F85706'
gradient_color_5 = '#F85706'
gradient_color_6 = '#F85706'
gradient_color_7 = '#BC4400'
gradient_color_8 = '#CCCCCC'
# REd Orange Red
gradient_color_1 = '#A01400'
gradient_color_2 = '#BC4400'
gradient_color_3 = '#C34600'
gradient_color_4 = '#F85706'
gradient_color_5 = '#F85706'
gradient_color_6 = '#F85706'
gradient_color_7 = '#A01400'
gradient_color_8 = '#A01400'
# Purple Orange Yellow
gradient_color_1 = '#B919E5'
gradient_color_2 = '#E519AC'
gradient_color_3 = '#E51946'
gradient_color_4 = '#E51946'
gradient_color_5 = '#E55319'
gradient_color_6 = '#E5B919'
gradient_color_7 = '#ACE519'
gradient_color_8 = '#ACE519'
# Blue Green
gradient_color_1 = '#111F97'
gradient_color_2 = '#461197'
gradient_color_3 = '#116297'
gradient_color_4 = '#119789'
gradient_color_5 = '#119789'
gradient_color_6 = '#119746'
gradient_color_7 = '#1F9711'
gradient_color_8 = '#1F9711'
# Green REd
gradient_color_1 = '#119756'
gradient_color_2 = '#119756'
gradient_color_3 = '#969711'
gradient_color_4 = '#969711'
gradient_color_5 = '#969711'
gradient_color_6 = '#975611'
gradient_color_7 = '#971211'
gradient_color_8 = '#971211'
# Purple to Light
gradient_color_1 = '#fe18e5'
gradient_color_2 = '#C9A8CF'
gradient_color_3 = '#DEB2DA'
gradient_color_4 = '#AE8CAA'
gradient_color_5 = '#AE8CAA'
gradient_color_6 = '#DEB2DA'
gradient_color_7 = '#CFA8BC'
gradient_color_8 = '#F8CFFF'
# Purple Red
gradient_color_1 = '#851197'
gradient_color_2 = '#971188'
gradient_color_3 = '#971188'
gradient_color_4 = '#971167'
gradient_color_5 = '#971145'
gradient_color_6 = '#971123'
gradient_color_7 = '#971123'
gradient_color_8 = '#972011'
… … … . … … … . … . …
2 Likes
Hi @muzqs
Thank you very much for that.
I’ve thought about it already and intend to do so in the future.
Thanks for the inspiring examples.
Now I’m going to the countryside for a few days and will be offline.
But when I get back, I hope to take care of it.
I also remember about your idea to automatically change wallpapers according to the time of day - I will also want to implement it properly.
Just never enough time
2 Likes
muzqs
May 3, 2023, 9:36pm
3
Have a good free off country time. It’s important too.
1 Like
muzqs
May 4, 2023, 9:25pm
4
3 Likes
muzqs
May 12, 2023, 7:37am
5
A suggestion for color menu cava.
My guess is that few users view the --help of cava.
Especially when there is such great color management feature. Why should you.
But what if there is a note in the menu about this feature.
Something better than this
2 Likes
napcok
May 12, 2023, 11:17am
6
Yes, this is useful information.
On the other hand, I try not to be tempted to put these types of items as menu items. (Only information, no action).
Maybe something like “Cava hints” pointing to longer info as notification
I have to think about this…
1 Like
muzqs
May 13, 2023, 6:57am
7
I understand your premise.
You mean, for example, a notification when Cava starts ?
Or/and a spot in Conky’s “hotkeys”.
No, just a menu entry pointing to some longer info showed as a notification.
1 Like
muzqs
May 14, 2023, 8:17am
10
This is looking good indeed.
I have one more comment about the functions terminator cava.
Check:
Is it true that you can create your own hotkeys per terminator terminal.
For the terminal that Cava uses I have defined W+Alt+A for toggle window (hide).
Suggestion:
Is this another function that can be given to cava and shown in tool tip, with a mb matching hotkey.
napcok
May 14, 2023, 9:58am
11
I would prefer to leave this type of personalization to interested users.
By default, we can show/hide any window by scrolling the mouse up/down on a task in the panel taskbar. Click works the same off course.
From the keyboard:
To hide/minimize alt + F5
To restore alt + tab - standard window switcher
Expose effect will also work super + ~ W - grave
For me, this is enough.
1 Like
napcok
May 14, 2023, 11:39am
12
Another tip… not the one I like to expose too much but you might be interested @muzqs
Cava bar minimal width comes from font size used by terminal. In “transparent-cava” case this come from ~/.config/terminator/cava-transparent
. It is created with 4px size
font = Sans 4
If you like to use thinner bars change it to 2 or even 1.
Using lower font sizes increases CPU usage.
2 Likes
Claudio
August 11, 2023, 12:36am
13
Hi, I was trying ytfzf with cava and I liked it a lot, I just want to reduce the size of the cava window and I can’t find how I was looking in colorize but I can’t find option to make the window smaller, if I move it, it takes up the whole screen vertically and about 1/4 horizontally and I would like it to be under the terminal without taking so much space.
napcok
August 11, 2023, 7:37am
14
You can move and resize cava window like any other window:
Alt + LeftMouse drag to move
Alt + RightMouse drag to resize
Second option…
Also try to split vertically terminator window Ctrl +Shift + o and run cava below.
Maybe you will like that
3 Likes
Thanks @napcok I’ll try this.