I would like to use unity's average background color (the color of the launcher) in conky, is there a (configuration) file which contains that color information? Or how could I fetch that?
Asked
Active
Viewed 1,257 times
1 Answers
3
As I was digging around the Dconf settings
, I found this setting.

You can use this command to obtain the average background colour:
$ dconf read /desktop/unity/average-bg-color
'#23d621a3050e'
Alternatively, run
xprop -root | grep _GNOME_BACKGROUND_REPRESENTATIVE_COLORS
Archisman Panigrahi
- 38,814
jokerdino
- 41,732